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