Skip to content

Commit 032521c

Browse files
committed
Use certbot certonly
1 parent 6452efd commit 032521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-cert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ then
66
exit 1
77
fi
88

9-
docker exec -ti nginx-https-proxy_app_1 certbot --nginx --no-redirect -d $1
9+
docker exec -ti nginx-https-proxy_app_1 certbot certonly --nginx --no-redirect -d $1

0 commit comments

Comments
 (0)