Allow letsencrypt to run on stats.cloud.blender.org
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# First time creating a certificate for a domain, use:
|
||||
# certbot certonly --webroot -w /data/letsencrypt -d $DOMAINNAME
|
||||
|
||||
cd /data/letsencrypt
|
||||
|
||||
certbot renew
|
||||
|
Reference in New Issue
Block a user