Versions Compared

Key

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

...

Code Block
openssl req -new -x509 -days 365 -key selfsignCA.key -out selfsignCA.crt -batch

Time to create Generate wildcard custom domain certificate (YOUR_DOMAIN.crt) and sign it with your self-signed CA root

Code Block
openssl genrsa -out YOUR_DOMAIN.key 4096

...