Generate Siebel Self-Signed Certificates
Hello Experts,
We are doing new Siebel installation for IP 17 with patchset 20.2, when we start with generating the self-signed certificates using keytool and openssl, we found many documents and youtube videos talking about this subject and each one has its own methodology, part of them create a serial file and use it in the following command,
"
echo 1234 > serial.txt
openssl x509 -CA caroot.cer -CAkey Siebel_PrivateKey.pem -CAserial serial.txt -req -in C:\Keys\SiebelKeyStore.csr -out C:\Keys\SiebelKeyStore_Signed.cer -days 365
"
And part is using SAN file contains something like,
"
basicConstraints=CA:FALSE
subjectAltName=@alt_names
[alt_names]