aboutsummaryrefslogtreecommitdiff
path: root/acme.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-18 19:08:07 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-18 19:08:07 +0100
commitab850a708ae2b9b4496272d4b71a29ba3ac5c37c (patch)
tree26c60754c19e00a311fd005fc981f6427df998de /acme.toml
parent474c029149bfa712dc6cbc2918215d430a937a63 (diff)
Add comment
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 69e4b30..13b963b 100644
--- a/acme.toml
+++ b/acme.toml
@@ -4,7 +4,7 @@ listen = "localhost:8443"
basedir = ".acme" # usually "/etc/ssl"
provider = "les"
account = "webmaster"
-size = 2048
+size = 2048 # default key size
[provider.lev1]
directory = "https://acme-v01.api.letsencrypt.org/directory"