Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-02-13 17:11:21 +0300
committerGitHub <noreply@github.com>2019-02-13 17:11:21 +0300
commit7303596a26bf15458746f779fb9ff9ea3c6bd2bc (patch)
treecdced90e89148234518fb5d7a581b17d12f4d646 /lets-encrypt
parent9f534e0db4d17949aadf588ffa709f9840809cab (diff)
we install certbot, not letsencrypt
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/activate-ssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lets-encrypt/activate-ssl.sh b/lets-encrypt/activate-ssl.sh
index 09adde9d..67da2e15 100644
--- a/lets-encrypt/activate-ssl.sh
+++ b/lets-encrypt/activate-ssl.sh
@@ -297,6 +297,6 @@ https://github.com/nextcloud/vm
The script will now do some cleanup and revert the settings."
# Cleanup
-apt remove letsencrypt -y
+apt remove certbot -y
apt autoremove -y
clear