Created
March 30, 2022 13:39
-
-
Save FAUSheppy/fdbd3d4bb49190b1da9721f8528c28db to your computer and use it in GitHub Desktop.
Certbot Example
This file contains hidden or 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 --webroot \ | |
| -w /var/www \ | |
| -d domain.toplevel \ | |
| -d domain2.toplevel \ | |
| --rsa-key-size 2048 \ | |
| --expand # <-- note this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment