forked from infra/ansible
17 lines
575 B
YAML
17 lines
575 B
YAML
---
|
|
acme_home: "/opt/acme"
|
|
acme_staging: False
|
|
|
|
acme_nsupdate_key: "/opt/acme/nsupdate.key"
|
|
acme_nsupdate_keyalgo: "hmac-sha512"
|
|
acme_nsupdate_server: "neon.binary-kitchen.net"
|
|
|
|
acme_sh_url: "https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh"
|
|
acme_dns_nsupdate_url: "https://raw.githubusercontent.com/Neilpang/acme.sh/master/dnsapi/dns_nsupdate.sh"
|
|
|
|
acme_reloadcmd: "/etc/ssl/private/reload.sh"
|
|
acme_key: "/etc/ssl/private/host.key"
|
|
acme_cert: "/etc/ssl/private/host.cert"
|
|
acme_ca: "/etc/ssl/private/host.ca"
|
|
acme_fullchain: "/etc/ssl/private/host.fullchain"
|