Skip to content

Commit 7cc1dab

Browse files
committed
Add gen-cert helper script
1 parent 01cfeac commit 7cc1dab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gen-cert.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
docker exec -ti nginx-https-proxy_app_1 certbot certonly --webroot -w /var/www/letsencrypt/ -d $1

0 commit comments

Comments
 (0)