We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7d6be commit 60d2584Copy full SHA for 60d2584
Django_Blog/snippets/apache-ubuntu-certbot.txt
@@ -0,0 +1,10 @@
1
+sudo apt-get update
2
+sudo apt-get install software-properties-common
3
+sudo add-apt-repository universe
4
+sudo add-apt-repository ppa:certbot/certbot
5
6
+sudo apt-get install python-certbot-apache
7
+
8
+sudo certbot --apache
9
10
+sudo certbot renew --dry-run
Python/Flask_Blog/snippets/nginx-ubuntu-certbot.txt
+sudo apt-get install python-certbot-nginx
+sudo certbot --nginx
0 commit comments