Skip to content

Commit

Permalink
Add certbot helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 18, 2024
1 parent 21aff7a commit 53d4afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/nginx/templates/certbot-docker.sh.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -v certbot-www:/var/www/certbot -v certbot-conf:/etc/letsencrypt certbot/certbot certonly --webroot -w /var/www/certbot --no-eff-email --agree-tos -d {{ app_url }} -d {{ api_url }}

0 comments on commit 53d4afc

Please sign in to comment.