aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-18 19:05:17 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-18 19:05:17 +0100
commit474c029149bfa712dc6cbc2918215d430a937a63 (patch)
treeedd650202f5693d73a2c02f96c2a13b3afbcea0f /acme.toml
parent8ce6e8dd325c658b3ca49a5de6c7540a72ec3fb5 (diff)
Refactor keysize
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 abd8a8e..69e4b30 100644
--- a/acme.toml
+++ b/acme.toml
@@ -4,7 +4,7 @@ listen = "localhost:8443"
basedir = ".acme" # usually "/etc/ssl"
provider = "les"
account = "webmaster"
-keysize = 2048
+size = 2048
[provider.lev1]
directory = "https://acme-v01.api.letsencrypt.org/directory"