
5cxh0 (5cxh0) asked a question.
Settings > Customisation > Custom URL Domain > Certification
Hello, I am trying to set up a custom URL. I have generated the CSR cert from OKTA environment using POSTMAN. We have bought the SSL Cert.
I am stuck at the RSA Private Key. How and where do I go to generate the private key?
Thanks
Nick

Your RSA Private Key is part of the certificate that your SSL issuer would provide to you. It could be in the form of a text file with the PEM format that would start with the line "-----BEGIN PRIVATE KEY-----" (sometimes the file extension differs) or it could be in a PKCS12 file (extension .pfx) in which case you'll need to extract the PEM format data (Converting pfx to pem using openssl - Stack Overflow).