- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2022 06:34 AM
Hi,
I'm running a discovery process for certificates.
I read this article: https://docs.servicenow.com/bundle/sandiego-it-operations-management/page/product/discovery/concept/run-cert-discovery.html#run-cert-inventory-mgmt-import
My goal is to discover certificates that are located on a specific folder. based on the article it is possible:
"The Import certificates are discovered using the pattern Import SSL Certificate, which uses the following:
Server: Host name or IP address on which the certificates are hosted. If certificates are being imported from the MID Server, you can specify localhost as the server input parameter and can leave “temp_certificate_folder” empty.
server_certificate_folder: Folder path on the server in which certificates are present.
Procedure
- Create a Discovery schedule with the following fields. See Schedule a horizontal discovery for more information on setting up your Discovery schedules.
- Select Discovery: Import Certificates
- Select Certificate Discovery Type: Import Certificates.
- Select MID Server selection method: Specific MID Server.
- Select MID Server: Choose the desired MID Server.
- Add the Credentials for the Windows or Linux host machine where certificates are present.
- Fill out the necessary fields and then Save.
- From the Serverless Execution pattern tab, click New to add the Import SSL Certificate pattern and then click Submit."
The problem is that in the "Procedure" part it does not explain where to enter the folder path.
Can someone please assist?
Thanks,
Lior grinberg
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 03:44 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 08:47 PM
Hi,
Do we have to create the schedule for each server that has certificates locally stored?
Is there a way to create one schedule for multiple servers which have certificates stored locally ?
Regards
Suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 12:44 PM
Were looking to see if there is a way to discover certificates that are locally stored on a server. For example, when I run a discovery on a certain server it shows that there are no certificates on the machine. But if I run the PowerShell command :
dir Cert:\LocalMachine\My
It shows that there are 30+ certificates stored on that server