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

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

1.1       benno       1: #
1.3     ! benno       2: # $OpenBSD: acme-client.conf,v 1.2 2016/09/21 13:18:03 florian Exp $
1.1       benno       3: #
                      4: authority letsencrypt {
1.3     ! benno       5:         agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
1.1       benno       6:         api url "https://acme-v01.api.letsencrypt.org/directory"
1.3     ! benno       7:         account key "/etc/acme/letsencrypt-privkey.pem"
1.1       benno       8: }
                      9:
                     10: authority letsencrypt-staging {
1.3     ! benno      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"
        !            13:         account key "/etc/acme/letsencrypt-staging-privkey.pem"
1.1       benno      14: }
                     15:
1.3     ! benno      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: #      domain chain certificate "/etc/ssl/example.com.chain.pem"
        !            21: #      sign with letsencrypt
        !            22: #}