- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 10:07 PM - edited 09-22-2024 10:08 PM
How to report on upcoming SSL certificate expiry ? what table holds this data and how to query it.
I do not have other paid module on the customer instance apart from ITSM basic and OOB reporting to work on. want to show a report on upcoming SSL certificate expiry so I know that not fixing these will impact instance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 12:34 AM
As you don't have the Certificate Inventory and Management application from ServiceNow available, I will suggest you the below approach :
1) Extend cmdb_ci table to create a new table to store certificate data. It can hold records of Certificate and certificate installed on which servers data.
2) Also add installation date and the expiration date in the table created and make your report on this table to get about to expire certificates.
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 12:40 AM
I get the idea but where to load the data from in my custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 01:05 AM
You can take the certificate dump in an excel and load it in the custom table.
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 07:38 PM
From where I can get the upcoming expiring certification dump ? Can I not query the table itself which hold certificate related info ?