Skip to content

Commit

Permalink
update certonly script
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailDeriabin committed Sep 3, 2024
1 parent 566111c commit 387b631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot_certonly
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
/opt/certbot/bin/certbot certonly --nginx --non-interactive --email [email protected] --no-eff-email --agree-tos -d altzone.fi -d dev.altzone.fi -d swagger.altzone.fi
/opt/certbot/bin/certbot certonly --nginx --non-interactive --email [email protected] --no-eff-email --agree-tos -d altzone.fi -d dev.altzone.fi -d swagger.altzone.fi -d devapi.altzone.fi -d strapi.altzone.fi

0 comments on commit 387b631

Please sign in to comment.