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

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

1.1       benno       1: #
1.5     ! florian     2: # $OpenBSD: acme-client.conf,v 1.4 2017/03/22 11:14:14 benno Exp $
1.1       benno       3: #
                      4: authority letsencrypt {
1.5     ! florian     5:         agreement url "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.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.5     ! florian    11:         agreement url "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"
1.3       benno      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: #}