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

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

1.1       benno       1: #
1.4     ! benno       2: # $OpenBSD: acme-client.conf,v 1.3 2017/01/21 09:06:57 benno 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"
1.4     ! benno      20: #      domain full chain certificate "/etc/ssl/example.com.fullchain.pem"
1.3       benno      21: #      sign with letsencrypt
                     22: #}