From 3e1a89a27dcd7847e80dd717bbed8360b322240c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 17 Dec 2015 01:44:48 +0100 Subject: Catch more errors --- acme.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acme.toml') 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" -- cgit v1.2.3