Add the new CNAMES to the list of domains for certbot. No wonder it did work magicly...
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ee1726589a
commit
293a3855a1
1 changed files with 4 additions and 1 deletions
|
@ -2,10 +2,13 @@
|
||||||
certbot:
|
certbot:
|
||||||
domains:
|
domains:
|
||||||
- auro.re
|
- auro.re
|
||||||
|
- chat.auro.re # cname to riot.auro.re
|
||||||
- codimd.auro.re
|
- codimd.auro.re
|
||||||
- grafana.auro.re
|
- grafana.auro.re
|
||||||
|
- hedgedoc.auro.re # cname to codimd.auro.re
|
||||||
- pad.auro.re
|
- pad.auro.re
|
||||||
- passbolt.auro.re
|
- passbolt.auro.re
|
||||||
|
- paste.auro.re # cname to privatebin.auro.re
|
||||||
- phabricator.auro.re
|
- phabricator.auro.re
|
||||||
- privatebin.auro.re
|
- privatebin.auro.re
|
||||||
- riot.auro.re
|
- riot.auro.re
|
||||||
|
@ -13,7 +16,7 @@ certbot:
|
||||||
- status.auro.re
|
- status.auro.re
|
||||||
- wiki.auro.re
|
- wiki.auro.re
|
||||||
- www.auro.re
|
- www.auro.re
|
||||||
- zero.auro.re
|
- zero.auro.re # cname to privatebin.auro.re
|
||||||
mail: tech.aurore@lists.crans.org
|
mail: tech.aurore@lists.crans.org
|
||||||
certname: auro.re
|
certname: auro.re
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue