mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Update install.sh
This commit is contained in:
parent
423f29bc72
commit
b1c6255894
@ -853,6 +853,7 @@ ssl_certs(){
|
|||||||
if [ "$installoption" = "2" ]; then
|
if [ "$installoption" = "2" ]; then
|
||||||
certbot certonly --standalone --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive
|
certbot certonly --standalone --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive
|
||||||
fi
|
fi
|
||||||
|
systemctl enable --now certbot.timer
|
||||||
}
|
}
|
||||||
|
|
||||||
firewall(){
|
firewall(){
|
||||||
|
Loading…
Reference in New Issue
Block a user