feat: Let's Encrypt SSL on site creation

This commit is contained in:
orohi
2026-06-17 05:57:01 +03:00
parent 9b7eb99d20
commit 00d6789897
18 changed files with 703 additions and 51 deletions
+5
View File
@@ -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