aboutsummaryrefslogtreecommitdiff
path: root/acme.yaml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-25 23:29:50 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-25 23:29:50 +0100
commitd527e9ad55809f37d3107fc89a2210c25627a573 (patch)
treeda0f07932906811956d33a4243ea43f765522876 /acme.yaml
parentc3c7520b5044e428524103919e7e48a7468cbe7c (diff)
Cleanup
Diffstat (limited to 'acme.yaml')
-rw-r--r--acme.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/acme.yaml b/acme.yaml
deleted file mode 100644
index 3ef172e..0000000
--- a/acme.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-- 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