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

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

1.1     ! benno       1: #
        !             2: # $OpenBSD$
        !             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"
        !             7:         account key /etc/ssl/private/my-acme.key
        !             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
        !            13:         account key /etc/ssl/private/my-acme-stage.key
        !            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: }