aboutsummaryrefslogtreecommitdiff
path: root/doc/acme.yml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/acme.yml')
-rw-r--r--doc/acme.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/acme.yml b/doc/acme.yml
new file mode 100644
index 0000000..3ef172e
--- /dev/null
+++ b/doc/acme.yml
@@ -0,0 +1,23 @@
+---
+- mail: another@example.com
+ key: /etc/acme.key
+ provider: https://acme-staging.api.letsencrypt.org/directory
+ want:
+ - domain:
+ - www.example.com
+ - example.com
+ cert: /etc/certs/www_example_com.pem
+ key: /etc/private/www_example_com.key
+ hook: service nginx reload
+ webroot: /var/www/htdocs
+ - domain: other.example.com
+ cert: /etc/certs/other_example_com.pem
+ key: /etc/private/other_example_com.key
+
+- mail: a.n.other@example.net
+ key: /etc/another.key
+ provider: https://acme-staging.api.letsencrypt.org/directory
+ want:
+ - domain: www.example.net
+ cert: /etc/certs/www_example_net.pem
+ key: /etc/private/www_example_net.key