# HG changeset patch # User Oleksandr Gavenko # Date 1714654482 -10800 # Node ID dc0a281349d1c37c4d09059c19232eaf717dc6bf # Parent b524ac24e92675992b7fcdd22dab7e66b6205d8d Instructions to install certbot. diff -r b524ac24e926 -r dc0a281349d1 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