Last active
May 19, 2019 17:42
-
-
Save stoshiya/e87885ed3b8988dc3b1d79c984590e6a to your computer and use it in GitHub Desktop.
Let's encrypt wildcard certificates
This file contains 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
$ certbot certonly -d '*.saitoh.nu' -m [email protected] \ | |
--server https://acme-staging-v02.api.letsencrypt.org/directory \ | |
--manual-public-ip-logging-ok \ | |
--manual \ | |
--preferred-challenges dns-01 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment