#! /bin/bash

# AUTODNS Access for dns lets-encrypt challenge
AUTODNS_GATEWAY="10.0.0.62"

# AUTODNS Certs list
# ATTENTION: This is NOT a list of domains that shall be handled by autodns-challenge!
# Since multiple domains can be handle by a single certificate, this means that all
# domains attached to the certificate listed here are challengend via autodns.
#
# ATTENTION: You may extend this list via an extend-file per server.
#   Example: This-Repo: /home/interactive/.autodns_extend
#
# Usually the certificate-name is the last segment on the path to the certificate, example: /etc/letsencrypt/www.silverstripe4-skeleton.de/fullchain.pem;
#                                                                                                            -----------------------------
# All domains within the nginx-config using this certificate-name are challenged against dns in this case
AUTODNS_CERTIFCATE_NAMES=(
    auth.haj.systems
    deploy.haj.systems
    ws.deploy.haj.systems
    db.haj.systems
    mwadmin.haj.systems
)