implementing a https go server with wildcard certificate support. package main import ( "crypto/tls" "log" "net/http" "golang.org/x/crypto/acme
I am currently working to configure a domain that has many wildcard subdomains. I want to make sure the following occurs. All *:80 traffic gets translated to th