=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/acme-client.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/etc/Attic/acme-client.conf 2016/09/18 20:18:25 1.1 --- src/etc/Attic/acme-client.conf 2016/09/21 13:18:03 1.2 *************** *** 1,16 **** # ! # $OpenBSD: acme-client.conf,v 1.1 2016/09/18 20:18:25 benno 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 } 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 } domain example.com { --- 1,16 ---- # ! # $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/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/acme/letsencrypt-staging-privkey.pem } domain example.com {