Skip to content

Commit

Permalink
Update ssl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedAp authored Sep 4, 2024
1 parent 101bd29 commit 36f8e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ mkdir /etc/ssl/
bash ~/.acme.sh/acme.sh --install-cert -d ${domain} --key-file /etc/ssl/${domain}.key --fullchain-file /etc/ssl/${domain}.crt --ecc

cat > /etc/httpd/conf.d/${domain}.conf << ENDOFFILE
<VirtualHost *:443>
<VirtualHost 0.0.0.0:443>
ServerName ${domain}
DocumentRoot /var/www/html/
SSLEngine on
Expand Down

0 comments on commit 36f8e95

Please sign in to comment.