Skip to content
Snippets Groups Projects
Commit 188a3890 authored by Hugo Mangeart's avatar Hugo Mangeart
Browse files

correct certbot args

parent a33f795d
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ def setup(interactive=True):
cmds = [
'mkdir -p /tmp/letsencrypt',
'chmod 755 /tmp/letsencrypt',
'certbot certonly --agree-to-tos --no-eff-email --rsa-key-size 4096 --webroot --webroot-path /tmp/letsencrypt --domains "%s" --email sysadmin@ubicast.eu' % (','.join(domains)),
'certbot certonly --agree-tos --no-eff-email --rsa-key-size 4096 --webroot --webroot-path /tmp/letsencrypt --domains "%s" --email sysadmin@ubicast.eu' % (','.join(domains)),
]
utils.run_commands(cmds)
# Update Nginx configuration in ssl.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment