Skip to content

Instantly share code, notes, and snippets.

@FAUSheppy
Created March 30, 2022 13:39
Show Gist options
  • Select an option

  • Save FAUSheppy/fdbd3d4bb49190b1da9721f8528c28db to your computer and use it in GitHub Desktop.

Select an option

Save FAUSheppy/fdbd3d4bb49190b1da9721f8528c28db to your computer and use it in GitHub Desktop.
Certbot Example
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