소스 검색

readme: Add command to renew Let's Encrypt certificate

...and restart Haproxy
master
Bingen Eguzkitza 3 년 전
부모
커밋
e83af7430e
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      README.md

+ 7
- 1
README.md 파일 보기



You can use the following script to add users if you have previously created `ldif` files: You can use the following script to add users if you have previously created `ldif` files:


./add_users <your-stack-name>
./add_users.sh <your-stack-name>




MariaDB MariaDB


Notice that when updating your certificate, you will need to restart haproxy container, due to [this issue](https://stackoverflow.com/a/50480260/1937418) Notice that when updating your certificate, you will need to restart haproxy container, due to [this issue](https://stackoverflow.com/a/50480260/1937418)


You can do it with:

```
docker exec -ti dhs_haproxy_1 /etc/cron.daily/letsencrypt && docker stop dhs_haproxy_1 && docker-compose -p dhs up -d haproxy
```

Own registry Own registry
------------ ------------



Loading…
취소
저장