Update Section_09/main.sh, Section_06/php.sh, Section_07/ssl.sh
This commit is contained in:
@@ -5,8 +5,8 @@ sudo apt install certbot python3-certbot-apache python3-certbot-nginx
|
||||
|
||||
# Apache2
|
||||
sudo a2enmod ssl
|
||||
sudo certbot certonly -d demo-devops.konnect.dev --apache2
|
||||
sudo certbot certonly -d demo-devops-api.konnect.dev --apache2
|
||||
sudo certbot certonly -d demo-devops.konnect.dev --apache
|
||||
sudo certbot certonly -d demo-devops-api.konnect.dev --apache
|
||||
sudo systemctl enable apache2 --now
|
||||
cd /etc/apache2/sites-available/
|
||||
sudo nano 000-default-ssl.conf
|
||||
|
||||
Reference in New Issue
Block a user