Browse Source

the account key(s) live in /etc/acme; OK benno@

OPENBSD_6_1
florian 7 years ago
parent
commit
3a32ce7c2e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/acme-client.conf

+ 3
- 3
src/etc/acme-client.conf View File

@ -1,16 +1,16 @@
#
# $OpenBSD: acme-client.conf,v 1.1 2016/09/18 20:18:25 benno Exp $
# $OpenBSD: acme-client.conf,v 1.2 2016/09/21 13:18:03 florian Exp $
#
authority letsencrypt {
agreement url https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
api url "https://acme-v01.api.letsencrypt.org/directory"
account key /etc/ssl/private/my-acme.key
account key /etc/acme/letsencrypt-privkey.pem
}
authority letsencrypt-staging {
agreement url https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
api url https://acme-staging.api.letsencrypt.org/directory
account key /etc/ssl/private/my-acme-stage.key
account key /etc/acme/letsencrypt-staging-privkey.pem
}
domain example.com {


Loading…
Cancel
Save