We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cfeac commit 7cc1dabCopy full SHA for 7cc1dab
gen-cert.sh
@@ -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