merge pull request #6 from waku-org/fix/certbot-install

fix: certbot install for go-waku
This commit is contained in:
Prem Chaitanya Prathi 2024-01-02 21:16:30 +05:30 committed by GitHub
commit 7030ecf5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ if [ -n "${DOMAIN}" ]; then
LETSENCRYPT_PATH=/etc/letsencrypt/live/${DOMAIN}
if ! [ -d "${LETSENCRYPT_PATH}" ]; then
apk add --no-cache certbot
su -
apt install --no-install-recommends -y certbot
certbot certonly\
--non-interactive\