Add support for proxy domain validation to tls_cert resource

This commit is contained in:
2024-04-26 12:24:17 +02:00
parent 6931fe05d0
commit 4cbda69a6b
4 changed files with 59 additions and 30 deletions

View File

@@ -34,6 +34,7 @@ end
tls_cert_for server_name do
auth "gandi_dns"
acme_domain "letsencrypt.kosmos.org"
action :create
end