aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-17 01:11:23 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-17 01:11:23 +0100
commit91cc9d2f53932f42afe89245f346a97b45edda9f (patch)
tree5ada37798fcbb7097a4103d2d213457c9409c6a7 /acme.toml
parent91ec946e226e2b3665f296731ad34b23154cacab (diff)
Add duration type
Diffstat (limited to 'acme.toml')
-rw-r--r--acme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme.toml b/acme.toml
index 936c8d9..2c65156 100644
--- a/acme.toml
+++ b/acme.toml
@@ -1,5 +1,5 @@
[defaults]
-gracetime = "1 week"
+gracetime = "10080h" # 1 week
listen = "localhost:8443"
basedir = ".acme" # usually "/etc/ssl"
provider = "les"