Lets Encrypt friendliness
This commit is contained in:
9
Lets_Encrypt.sh
Executable file
9
Lets_Encrypt.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo docker run -it --rm --name certbot \
|
||||
-v `pwd`/etc/letsencrypt/certs:/etc/letsencrypt \
|
||||
-v `pwd`/etc/letsencrypt/data:/data/letsencrypt \
|
||||
deliverous/certbot \
|
||||
certonly \
|
||||
--webroot --webroot-path=/data/letsencrypt \
|
||||
-d localhost -d www.localhost --staging
|
||||
Reference in New Issue
Block a user