Adding SSL certificate to MID server

Sunny45
Kilo Guru

Hello Team,

Has anyone worked on adding SSL certificate to MID server for secured connection to the instance? 

Can you please provide all the steps needed? I am following this document below, but it is little confusing for me as where to get the certificate from etc.

https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/mid-server/task/add-ssl-certificates.html#add-ssl-certificates

If you can simplify this please.

Thanks,

 

 

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Sunny,

ssl certificate can be obtained from ssl authority companies like entrust and let's encrypt.

https://www.entrust.com/digital-security/certificate-solutions/products/digital-certificates/tls-ssl...

https://letsencrypt.org/

or one can generate a ssl certificate using tool such as openssl

https://www.baeldung.com/openssl-self-signed-cert  (linux)

https://www.thewindowsclub.com/create-self-signed-ssl-certificates-in-windows-10 (Windows10. I haven't tested this)

 

 

 

View solution in original post

2 REPLIES 2

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Sunny,

ssl certificate can be obtained from ssl authority companies like entrust and let's encrypt.

https://www.entrust.com/digital-security/certificate-solutions/products/digital-certificates/tls-ssl...

https://letsencrypt.org/

or one can generate a ssl certificate using tool such as openssl

https://www.baeldung.com/openssl-self-signed-cert  (linux)

https://www.thewindowsclub.com/create-self-signed-ssl-certificates-in-windows-10 (Windows10. I haven't tested this)

 

 

 

Hello @Hitoshi Ozawa 

ok I get it now. Thanks Hitoshi. So in my case, it will be supplied by client and then I can upload it on MID server and also upload on the Servicenow instance.

Do I have right understanding?

Thanks.