summaryrefslogtreecommitdiff
path: root/modules/caddytls/acmeissuer.go
AgeCommit message (Expand)Author
2023-01-30caddytls: Debug log for ask endpointMatthew Holt
2023-01-06caddytls: Add `dns_ttl` config, improve Caddyfile `tls` options (#5287)Yannick Ihmels
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew Holt
2022-08-23caddytls: Log error if ask request failsMatthew Holt
2022-07-05caddytls: Reuse issuer between PreCheck and Issue (#4866)Matt Holt
2022-04-22caddytls: Add `propagation_delay`, support `propagation_timeout -1` (#4723)Francis Lavoie
2022-03-25go.mod: Upgrade CertMagic to v0.16.0Matthew Holt
2022-03-08caddytls: dns_challenge_override_domain for challenge delegation (#4596)Ran Chen
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-24General minor improvements to docsMatthew Holt
2021-06-08httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (...Klooven
2021-06-07caddytls: Add Caddyfile support for `propagation_timeout` (#4178)Peter Magnusson
2021-01-27admin: Identity management, remote admin, config loaders (#3994)Matt Holt
2021-01-07httpcaddyfile: Support repeated use of cert_issuer global optionMatthew Holt
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2020-12-15caddytls: Improve alt chain preference settingsMatthew Holt
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-11-12caddytls: Support ACME alt cert chain preferencesMatthew Holt
2020-09-09caddytls: Fix resolvers option of acme issuer (Caddyfile)Matthew Holt
2020-09-08caddytls: Add `dns` config to acmeissuer (#3701)Francis Lavoie
2020-08-31caddytls: Customize DNS resolvers for DNS challenge with CaddyfileMatthew Holt
2020-08-21caddytls: Configure custom DNS resolvers for DNS challenge (close #2476)Matthew Holt
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)Matt Holt
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-06-11caddytls: Don't decode HMACMatthew Holt
2020-06-02caddytls: Actually use configured test CAMatthew Holt
2020-05-02caddytls: Finish upgrading to libdns DNS providers for ACME challengesMatthew Holt
2020-04-30go.mod: Remove DNSProviderMaker interface; update to lego 3.6Matthew Holt
2020-04-30caddytls: Adjust DNS challenge structure; clarify some docsMatthew Holt
2020-04-25Fix misspelling in onDemandAskRequest error (#3308)Christoffer Andersson
2020-04-06caddytls: Support custom bind host for challenges (#3232)Matthew Holt
2020-03-31caddytls: Add support for externalAccountBinding ACME extensionMatthew Holt
2020-03-23tls: Few minor improvements/simplificationsMatthew Holt
2020-03-13Some hotfixes for beta 16Matthew Holt
2020-03-13v2: Implement 'pki' app powered by Smallstep for localhost certificates (#3125)Matt Holt
2020-03-06Refactor for CertMagic v0.10; prepare for PKI appMatthew Holt