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

File: [local] / src / etc / Attic / acme-client.conf (download)

Revision 1.4, Wed Mar 22 11:14:14 2017 UTC (7 years, 2 months ago) by benno
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_1_BASE, OPENBSD_6_1
Branch point for: OPENBSD_6_2
Changes since 1.3: +2 -2 lines

Improve manpage and config file to show the more common use case.
from Nick Holland (nick AT holland-consulting DOT net)
ok jmc@ florian@

#
# $OpenBSD: acme-client.conf,v 1.4 2017/03/22 11:14:14 benno Exp $
#
authority letsencrypt {
        agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
        api url "https://acme-v01.api.letsencrypt.org/directory"
        account key "/etc/acme/letsencrypt-privkey.pem"
}

authority letsencrypt-staging {
        agreement url "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
        api url "https://acme-staging.api.letsencrypt.org/directory"
        account key "/etc/acme/letsencrypt-staging-privkey.pem"
}

#domain example.com {
#	alternative names { secure.example.com }
#	domain key "/etc/ssl/private/example.com.key"
#	domain certificate "/etc/ssl/example.com.crt"
#	domain full chain certificate "/etc/ssl/example.com.fullchain.pem"
#	sign with letsencrypt
#}