=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/acme-client.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/etc/Attic/acme-client.conf 2017/01/21 09:06:57 1.3 --- src/etc/Attic/acme-client.conf 2017/03/22 11:14:14 1.4 *************** *** 1,5 **** # ! # $OpenBSD: acme-client.conf,v 1.3 2017/01/21 09:06:57 benno Exp $ # authority letsencrypt { agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf" --- 1,5 ---- # ! # $OpenBSD: acme-client.conf,v 1.4 2017/03/22 11:14:14 benno Exp $ # authority letsencrypt { agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf" *************** *** 17,22 **** # alternative names { secure.example.com } # domain key "/etc/ssl/private/example.com.key" # domain certificate "/etc/ssl/example.com.crt" ! # domain chain certificate "/etc/ssl/example.com.chain.pem" # sign with letsencrypt #} --- 17,22 ---- # alternative names { secure.example.com } # domain key "/etc/ssl/private/example.com.key" # domain certificate "/etc/ssl/example.com.crt" ! # domain full chain certificate "/etc/ssl/example.com.fullchain.pem" # sign with letsencrypt #}