Versions Compared

Key

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

...

Code Block
openssl x509 -req -in TheCSR.csr -CA ALITECS-CA256.crt -CAkey ALITECS-CA256.key -CAcreateserial -out NewCert.crt -days 3650 -sha256 -extfile file
Code Block
titlefile
subjectAltName=@alt_section
[alt_section]
IP.1=127.0.0.1
DNS.1=FQDN

...