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
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!
For a good time, follow @mholt6 on Twitter.
And thanks - you're awesome!
---
(c) 2015 Matthew Holt
CADDY 0.8.1
Website
https://caddyserver.com
@caddyserver
Source Code
https://github.com/mholt/caddy
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!