Last active
July 18, 2019 14:03
-
-
Save nleiva/5d2c72b9d1813a6e545d2562982c0524 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
manager := autocert.Manager{ | |
Prompt: autocert.AcceptTOS, | |
Cache: autocert.DirCache("golang-autocert"), | |
HostPolicy: autocert.HostWhitelist(host), | |
Email: "[email protected]", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment