You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, resolvers only exists as an option of issuerhttps://caddyserver.com/docs/caddyfile/directives/tls#issuers. If a user wants to configure resolvers, then they need to do it like this, to manually propagate the resolvers to all the relevant issuers:
Most tls options like email and dns get copied down to the default issuers, if no issuers are specified. A user on Discord wanted the same to be done for resolvers as well.
Basically, the ideal config would be this, to avoid repetition and specifying the issuers:
tls {
dns gandi {env.GANDI_APIKEY}
resolvers 8.8.8.8:53
}
The text was updated successfully, but these errors were encountered:
@MagnuM2K It honors the order you specify in your config. To get more help, please ask on our forum: https://caddy.community - and fill out the template. Thanks!
Currently,
resolvers
only exists as an option ofissuer
https://caddyserver.com/docs/caddyfile/directives/tls#issuers. If a user wants to configureresolvers
, then they need to do it like this, to manually propagate theresolvers
to all the relevant issuers:Most
tls
options likeemail
anddns
get copied down to the default issuers, if no issuers are specified. A user on Discord wanted the same to be done forresolvers
as well.Basically, the ideal config would be this, to avoid repetition and specifying the issuers:
The text was updated successfully, but these errors were encountered: