Skip to content
Snippets Groups Projects
Commit 1726f17e authored by Jens Sandmann's avatar Jens Sandmann
Browse files

Fix domain names in letsencrypt renewal script

parent 937ca9de
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
{% for domain in webserver_domains %}
certbot certonly --non-interactive --agree-tos --webroot -m {{ letsencrypt_mail }} -w /var/www/html/ -d {{ domain }}.void.ms
certbot certonly --non-interactive --agree-tos --webroot -m {{ letsencrypt_mail }} -w /var/www/html/ -d {{ domain }}
{% endfor %}
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