Add support for proxy domain validation to tls_cert resource #553
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/letsencrypt_proxy_validation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I adapted the code to use our recent work for the ejabberd certs, and used this to get new certs for
kosmos.social
, which was also migrated to Namecheap recently, so the renewal via the Gandi script couldn't work anymore.Had to also add support for this for the web domains for public S3 access (e.g.
s3.kosmos.social
). Did it by adding the domains we host at Gandi to the gandi credentials data bag item.👍