Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create SSL certificate

Code Block
sudo certbot --apache -d *.example.com
sudo certbot --apache -d example.com
sudo certbot --apache -d example.com -d www.example.com

...