ansible-caddy/roles/install/templates/etc/caddy/tls_internal_ca.j2
GregoryDosh 0c2dec049d
All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
feat: add cloudflare cf token & internal tls templates, split https autoredirect, bump caddy ver
2025-12-03 16:30:27 -06:00

7 lines
263 B
Django/Jinja

# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 Dosh LLC
tls {{ inventory_hostname_short }}@auengun.net {
ca https://ca.auengun.net/acme/{{ STEP_CERTS_ACME_CA_PROVISIONER }}/directory
ca_root {{ CADDY_CONFIG_PATH }}/ca-root.crt
}