aboutsummaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-06 17:35:58 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-06 17:35:58 +0100
commit883476c9943466d18a94cd327f426429f1f1b2ae (patch)
treefecbaf963a52380eb7d91d32af057929338287ff /acme.yaml
parentb6490b89ad42af8f3e4e6efcc1c335a105b255df (diff)
Alternative aproach
Diffstat (limited to 'acme.yaml')
-rw-r--r--acme.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/acme.yaml b/acme.yaml
new file mode 100644
index 0000000..3ef172e
--- /dev/null
+++ b/acme.yaml
@@ -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