Path correction to letsencrypt
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo docker run -it --rm --name certbot \
|
sudo docker run -it --rm --name certbot \
|
||||||
-v `pwd`/etc/certbot/certs:/etc/letsencrypt \
|
-v `pwd`/etc/letsencrypt/certs:/etc/letsencrypt \
|
||||||
-v `pwd`/etc/certbot/data:/data/letsencrypt \
|
-v `pwd`/etc/letsencrypt/data:/data/letsencrypt \
|
||||||
deliverous/certbot \
|
deliverous/certbot \
|
||||||
certonly \
|
certonly \
|
||||||
--webroot --webroot-path=/data/letsencrypt \
|
--webroot --webroot-path=/data/letsencrypt \
|
||||||
|
|||||||
Reference in New Issue
Block a user