Attempting to correct various issues

This commit is contained in:
Marwolf
2018-07-27 12:36:07 -04:00
parent 76b15f6e00
commit 823c304cc2
3 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash
docker run -it --rm --name certbot \
sudo docker run -it --rm --name certbot \
-v `pwd`/etc/certbot/certs:/etc/letsencrypt \
-v `pwd`/etc/certbot/data:/data/letsencrypt \
deliverous/certbot \
certonly \
--webroot --webroot-path=/data/letsencrypt \
-d openrsc.com -d www.openrsc.com
-d openrsc.com -d www.openrsc.com --staging