Deploy certs for aes.ccchh.net using certbot role

Also clean up NGINX configuration a bit.
This commit is contained in:
June 2023-08-02 23:40:36 +02:00 committed by julian
commit 48f9a2f901
4 changed files with 8 additions and 9 deletions

View file

@ -11,6 +11,7 @@ map $host $upstream_acme_challenge_host {
id.ccchh.net 10.31.206.12:31820;
keycloak-admin.ccchh.net 10.31.206.12:31820;
esphome.ccchh.net 10.31.208.24:31820;
aes.ccchh.net 10.31.206.14:31820;
default "";
}