{% extends "navpage.html" %} {% from "macros.html" import needs_coldcard_callout %} {% from "macros.html" import fileupload, bool_choice %} {% macro accord(title, subtitle, active=False, pill=None) %}
{{ title }} {% if pill %}
{{pill}}
{% endif %} {{subtitle}}   
{{ caller() }}
{% endmacro %} {% block main_body %} {% raw %}
HSM Already Enabled

Further changes to the policy are not possible, because the Coldcard is already in HSM mode.

To exit HSM mode, the Coldcard must be power-cycled.

Existing Policy

Your Coldcard already holds a policy file from a previous setup. Click here to enable that policy and start the Coldcard in HSM mode. On-device confirmation will be required.

{% endraw %}
{% include 'setup/rules.html' with context %} {% include 'setup/users.html' with context %} {% include 'setup/paths.html' with context %} {% include 'setup/misc.html' with context %} {# include 'setup/onion.html' with context #}

{{ needs_coldcard_callout() }}
{{ bool_choice('wants_copy', "Download (sanitized) copy", style="") }}
{{ fileupload("Import Policy", 'import_policy($event)', 'ui large button') }}

These policy files (JSON) contain sensitive information, including private key for onion server and boot-to-HSM unlock code, when enabled.

{% endblock main_body %} {% block endscript %} {% include "setup/hsm-rule-component.html" with context %} {% endblock %}