{% if result.master_key and result._auth_pass %} {% extends "layouts/" + render_mode + "-wide.html" %} {% else %} {% extends "layouts/" + render_mode + ".html" %} {% endif %} {% block title %}{{_("Key Backup")}}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if result.master_key and result._auth_pass %}

{{_("PRINT THIS PAGE")}}

{{_("(Keep it secret, keep it safe!)")}}

   

{{_("In the most tragic event of losing the hardware or data that your Mailpile runs on, you may need this master key (and the passphrase) to restore Mailpile from your backups. You do have back ups, right? Hint, hint, wink... ;-)")}}


{{_("Your PGP Passphrase")}}

{{ result._auth_pass }}


{{_("Your Mailpile Master Key")}}

{{ nice_fingerprint(config.master_key) }}

{% else %}

Backup your secrets!

{{_("It is very important to make a backup of your Mailpile master key and the passphrase which unlocks your encryption keys.")}}

{{_("If either of those things gets lost, most or even all of your Mailpile will be unrecoverable.")}}

  1. {{_("Enter your PGP passphrase to confirm your identity")}}
  2. {{_("Print out the page that appears")}}
  3. {{_("Keep it secret, keep it safe!")}}

Your passphrase:

{% endif %}

Notes:

  1. {{_("It is also important to make a backup of the Mailpile data itself.")}}
  2. {{_("Your Mailpile data is here:")}} {{ config.homedir }}
  3. {{_("The master key is used to decrypt the settings and contents of your mail.")}}
  4. {{_("The PGP passphrase is used to unlock your public encryption key and verify your identity.")}}
  5. {% if result.master_key and result._auth_pass %}
  6. {{_("Mailpile can be downloaded from: www.mailpile.is")}}
  7. {% endif %}
{% endblock %}