Category "wildcard-subdomain"

wildcard certificate support using Autocert (golang)

implementing a https go server with wildcard certificate support. package main import ( "crypto/tls" "log" "net/http" "golang.org/x/crypto/acme

Wildcard SSL vhosts configuration with RewriteEnginer

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