Created
November 12, 2019 11:49
-
-
Save smddzcy/b0e6dea06c231444b64a753f33fe0de0 to your computer and use it in GitHub Desktop.
Wildcard SSL with Certbot
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
sudo certbot certonly -manual --email "[email protected]" --server "https://acme-v02.api.letsencrypt.org/directory" --agree-tos -d "*.acme.inc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment