Instructions to install certbot.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 02 May 2024 15:54:42 +0300
changeset 36 dc0a281349d1
parent 35 b524ac24e926
child 37 f2b49f2d087b
Instructions to install certbot.
deb/apache-letsencrypt.bash
--- a/deb/apache-letsencrypt.bash	Thu May 02 15:50:52 2024 +0300
+++ b/deb/apache-letsencrypt.bash	Thu May 02 15:54:42 2024 +0300
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+apt install certbot
+
 mkdir -p /srv/www/letsencrypt
 
 # service apache2 stop