[BACK]Return to acme-client.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/acme-client.conf, Revision 1.2

1.1       benno       1: #
1.2     ! florian     2: # $OpenBSD: acme-client.conf,v 1.1 2016/09/18 20:18:25 benno Exp $
1.1       benno       3: #
                      4: authority letsencrypt {
                      5:         agreement url https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
                      6:         api url "https://acme-v01.api.letsencrypt.org/directory"
1.2     ! florian     7:         account key /etc/acme/letsencrypt-privkey.pem
1.1       benno       8: }
                      9:
                     10: authority letsencrypt-staging {
                     11:         agreement url https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
                     12:         api url https://acme-staging.api.letsencrypt.org/directory
1.2     ! florian    13:         account key /etc/acme/letsencrypt-staging-privkey.pem
1.1       benno      14: }
                     15:
                     16: domain example.com {
                     17:        alternative names { secure.example.com }
                     18:        domain key /etc/ssl/private/example.com.key
                     19:        domain certificate /etc/ssl/example.com.crt
                     20:        sign with letsencrypt
                     21: }