Re: How to create a SAN certificate

2022-05-21 Thread David von Oheimb
Since OpenSSL 3.0, one can use the -copy_extensions` option of openssl req to copy over any SANs contained in the CSR to the cert being created or useĀ -addext to directly specify extensions without the need to use a config file, or simply use the -x509 and -subj options to build a cert from

Re: How to create a SAN certificate

2022-05-21 Thread Michael Richardson
Henning Svane wrote: > I am using OpenSSL 1.1.1f Is there a way to make a SAN certificate > based on the CSR I have created in Exchange. I need a self-signed > certificate for testing. I'm not exactly sure what you think a SAN certificate is. I guess one with a SubjectAltName

How to create a SAN certificate

2022-05-20 Thread Henning Svane
Hi I am using OpenSSL 1.1.1f Is there a way to make a SAN certificate based on the CSR I have created in Exchange. I need a self-signed certificate for testing. Regards Henning