Skip to content

Commit

Permalink
Merge pull request #2 from I-TECH-UW/pmanko-path-fix
Browse files Browse the repository at this point in the history
Cert fix
  • Loading branch information
pmanko authored Feb 7, 2023
2 parents f4ce16f + d4668c0 commit 302f619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

certbot certonly -n --agree-tos --email $EMAIL -d $ROOT_URL -d "*.$ROOT_URL" --dns-route53 --preferred-challenges=dns
certbot certonly -n --agree-tos --email $EMAIL -d $ROOT_URL -d "*.$ROOT_URL" --dns-route53 --preferred-challenges=dns --cert-name=default

0 comments on commit 302f619

Please sign in to comment.