Creating a Certificate Signing Request for the SAE Server Certificate
To create a certificate signing request (CSR):
- Access the SAE installation directory.
cd /opt/UMC/sae- Generate a private key for the SAE server certificate.
openssl genrsa -out sae.key- Create a CSR for the SAE server certificate.
openssl req -new -key sae.key -out sae.csr -subj <DN>Replace <DN> with the distinguished name that identifies your HTTPS server. Do not use the "#" character in DNs.
For example, if XYM Corp in Canada has an HTTPS server with a hostname of ssp1.domain.org, then the DN might be:
/CN=ssp1.domain.org/O=XYM/C=CA