client.ExcludeChallenges([]string{"tls-sni-01","dns-01"})// We can only guarantee http-01 at this time, but tls-01 should work if port is not custom!
client.ExcludeChallenges([]acme.Challenge{acme.TLSSNI01,acme.DNS01})// We can only guarantee http-01 at this time, but tls-01 should work if port is not custom!
// If not registered, the user must register an account with the CA
// If not registered, the user must register an account with the CA
For instructions on using Caddy, please see the user guide on the website. For a list of what's new in this version, see CHANGES.txt.
For instructions on using Caddy, please see the user guide on the website. For a list of what's new in this version, see CHANGES.txt.
If you have a question, bug report, or would like to contribute, please open an issue or submit a pull request on GitHub. Your contributions do not go unnoticed!
If you have a question, bug report, or would like to contribute, please open an issue or submit a pull request on GitHub. Your contributions do not go unnoticed!