Skip to content
Snippets Groups Projects
Commit f8d2de7a authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Update onlyoffice-debian.sh

parent 1c288382
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ else ...@@ -50,7 +50,7 @@ else
sudo apt install software-properties-common sudo apt install software-properties-common
sudo add-apt-repository ppa:certbot/certbot sudo add-apt-repository ppa:certbot/certbot
sudo apt update sudo apt update
sudo apt-get install letsencrypt sudo apt install letsencrypt
sudo certbot --ngix certonly -d $FQDN sudo certbot --ngix certonly -d $FQDN
export SSL_CERTIFICATE_PATH=/etc/letsencrypt/live/$FQDN/fullchain.pem export SSL_CERTIFICATE_PATH=/etc/letsencrypt/live/$FQDN/fullchain.pem
export SSL_KEY_PATH=/etc/letsencrypt/live/$FQDN/privkey.pem export SSL_KEY_PATH=/etc/letsencrypt/live/$FQDN/privkey.pem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment