Generating a Certificate Signing Request (CSR)

Henry Thomas1
Tera Expert

I am attempting to generate a Certificate Signing Request (CSR) to obtain a certificate from a Certificate Authority for use with mutual authentication in ServiceNow.

 

I am following the steps in the below documentation page and looking for guidance and whether this is the correct approach, specifically regarding the alias.

 

https://www.servicenow.com/docs/csh?topicname=t_GenerateAServerCertificate.html&version=latest

 

These are the commands I have used (which successfully generate a CSR file) 

 

keytool -genkey -alias customer.service-now.com -keyalg RSA -keystore customer.keystore

keytool -certreq -alias customer.service-now.com -keystore customer.keystore -file customer-service-now.com.csr

0 REPLIES 0