Update.
This commit is contained in:
12
certbot
Executable file
12
certbot
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker exec nginx_proxy mkdir -p /var/www/certbot
|
||||
|
||||
docker run -it --rm --name letsencrypt \
|
||||
--volumes-from nginx_proxy -v /etc/letsencrypt:/etc/letsencrypt:rw \
|
||||
--network nginxproxy \
|
||||
certbot/certbot \
|
||||
--webroot --webroot-path /var/www/certbot --config-dir=/etc/letsencrypt \
|
||||
$*
|
||||
|
||||
# renew --cert-name typename.fr --dry-run
|
Reference in New Issue
Block a user