„certbot.sh“ hinzufügen

main
Theenoro 2022-10-02 05:32:33 +02:00
parent 25b9e6e2ae
commit debe77d633
1 changed files with 9 additions and 0 deletions

9
certbot.sh 100644
View File

@ -0,0 +1,9 @@
#!/bin/bash
apt update
apt install snapd -y
snap install core
snap refresh core
snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot
certbot certonly --nginx