mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-01-02 13:03:08 +00:00
merge pull request #6 from waku-org/fix/certbot-install
fix: certbot install for go-waku
This commit is contained in:
commit
7030ecf5bf
@ -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\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user