aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'acme.toml')
-rw-r--r--acme.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/acme.toml b/acme.toml
index 70a4bd8..abd8a8e 100644
--- a/acme.toml
+++ b/acme.toml
@@ -21,6 +21,10 @@ mail = "postmaster@example.com"
phone = "+12025551212"
key = "private/postmaster.key"
+[account.notused]
+mail = "notused@example.com"
+key = "private/notused.key"
+
[hook.nginx]
cmd = "sudo service nginx reload"