Skip to content

Commit ac917c6

Browse files
Update gtmeetingsetup.sh
1 parent c24fdf3 commit ac917c6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/py/ch12_deployment/server_setup/gtmeetingsetup.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,13 @@ service nginx restart
8282
# https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04
8383

8484
add-apt-repository ppa:certbot/certbot
85-
apt install python-certbot-nginx
85+
apt install python-certbot-nginx
86+
certbot --nginx -d guitary.talkpython.com
87+
88+
89+
90+
91+
92+
93+
94+

0 commit comments

Comments
 (0)