Skip to content
Snippets Groups Projects
Commit a6e5fd72 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

Merge branch 'certbot' into 'newinfra'

run certbot

See merge request !126
parents 559935d9 565cf4fc
No related branches found
No related tags found
1 merge request!126run certbot
......@@ -34,3 +34,6 @@
src: "letsencrypt/conf.d/certname.ini.j2"
dest: "/etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"
mode: 0644
- name: Run certbot
command: certbot --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini certonly
\ No newline at end of file
......@@ -15,6 +15,9 @@ email = {{ certbot.mail }}
# Uncomment to use a text interface instead of ncurses
text = True
# Yes I want to sell my soul and my guinea pig.
agree-tos = True
# Use DNS-01 challenge
authenticator = dns-rfc2136
dns-rfc2136-credentials = /etc/letsencrypt/rfc2136.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment