- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 11:49 AM
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,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 04:26 PM
Hi Sunny,
ssl certificate can be obtained from ssl authority companies like entrust and let's encrypt.
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 04:26 PM
Hi Sunny,
ssl certificate can be obtained from ssl authority companies like entrust and let's encrypt.
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2022 05:20 AM
Hello
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.