feat: Let's Encrypt SSL on site creation
This commit is contained in:
@@ -16,3 +16,8 @@ HTTP_PORT=8000
|
||||
DEFAULT_SERVER_NAME=local
|
||||
DEFAULT_SERVER_HOSTNAME=server1
|
||||
DEFAULT_SERVER_IP=127.0.0.1
|
||||
|
||||
# Let's Encrypt
|
||||
ACME_EMAIL=admin@example.com
|
||||
ACME_STAGING=false
|
||||
SSL_STORAGE_PATH=/etc/ssl/panel
|
||||
|
||||
Reference in New Issue
Block a user