Path correction to letsencrypt

This commit is contained in:
Marwolf
2018-07-27 12:40:37 -04:00
parent 823c304cc2
commit e94dcfd947

View File

@@ -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 \