commit 9fbdb1572d2bf767c62aa506b0c54e14e20b0746
parent 33874289ad9c872d7b2743eebe4e34586479220f
Author: Joris Vink <joris@coders.se>
Date: Mon, 31 Aug 2020 15:18:45 +0200
fix account key location.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/acme.md b/applications/acme.md
@@ -55,6 +55,6 @@ all your private keys (even the ACME account key is only held by keymgr).
All certificates and private keys are stored under the directory that
was configured via the **keymgr_root** configuration option.
-The RSA account key is stored as **account.pem** in the **keymgr_root**
+The RSA account key is stored as **account-key.pem** in the **keymgr_root**
directory while certificates and matching domain keys are stored under
the **certificates** and **keys** directories respectively.