Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS for web #7

Open
VikingPingvin opened this issue Dec 2, 2020 · 2 comments
Open

HTTPS for web #7

VikingPingvin opened this issue Dec 2, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@VikingPingvin
Copy link
Owner

No description provided.

@VikingPingvin VikingPingvin added the enhancement New feature or request label Dec 2, 2020
@VikingPingvin VikingPingvin self-assigned this Dec 2, 2020
@Gerifield
Copy link

You could probably consider some libs like this: https://pkg.go.dev/golang.org/x/crypto/acme/autocert
(Useful if you run your server on a "real" domain. Or just generate some self signed certs and use ListenAndServeTLS instead of ListenAndServe)

@VikingPingvin
Copy link
Owner Author

Oh I didn't know Go had native letsencrypt support. That's so cool, I will take a look at it!

Originally I was planning to create a Traefik+Cloudflare configuration for TLS, but this is far down the backlog at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants