IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Better way for initial run of certbot

master
부모
커밋
a18eb75f47
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -0
      example/gateway/certbot/files/crontab_nobody
  2. +0
    -3
      example/gateway/focker-compose.yml

+ 1
- 0
example/gateway/certbot/files/crontab_nobody 파일 보기

@@ -1 +1,2 @@
@reboot /usr/local/bin/python3 /certbot/scripts/certbot.py >/dev/null 2>&1
@weekly /usr/local/bin/certbot renew --webroot -w /certbot/webroot --server https://127.0.11.1:14000 --no-verify-ssl -n --agree-tos >/dev/null 2>&1

+ 0
- 3
example/gateway/focker-compose.yml 파일 보기

@@ -33,9 +33,6 @@ jails:
mounts:
certbot-data: /usr/local/etc/letsencrypt
certbot-webroot: /certbot/webroot
exec.start: |
( /usr/bin/su -m nobody -c "python3 /certbot/scripts/certbot.py" && \
/bin/sh /etc/rc ) &
nginx-https:
image: nginx-https


불러오는 중...
취소
저장