1. The problem/doubt I’m having:
Hello,
As can be found in the documentation, to set the resolvers of the certificate issuers there are several options:
- Setting it through the
cert_issuer
property in the global options. In this configuration you can set the resolvers for eachissuer
. - Configuring it through the
issuer
property of thetls
directive. In this configuration you can set theresolvers
for each issuer. - Through the
resolvers
option of thetls
directive. As I could see in the issue #4008 in GitHub, it is something similar to theemail
ordns
options, which are propagated to theissuers
by default.
The question is: Is there any global option to configure the resolvers of all issuers like the tls
directive? If I am not mistaken, currently the only alternative would be using the cert_issuer
global option.
2. Error messages and/or full log output:
-
3. Caddy version:
2.8.4
4. How I installed and ran Caddy:
-
5. Links to relevant resources:
-
Thank you very much in advance.
Best regards.