14 April, 2019

WildCard SSL Let's Encrypt

 ./certbot-auto certonly --manual --preferred-challenges=dns --email username@domain.com --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d *.domain.com -d domain.com

No comments:

Post a Comment

Redirection in IIS

 This config will redirect every request to https://www.domain.com <configuration>     <system.webServer>         <rewrite>...