- 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-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-23-2024 08:12 PM
I did point 1 but how to get certificate data into the new table created as per point 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 11:02 PM
You can refer below link for the step by step process. Basically, you need to make use of import set for loading data in the table.
You can refer below link for the step by step process. Basically, you need to make use of import set for loading data in the 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-25-2024 10:07 PM
Amit, I am not getting this. I need reporting on upcoming expiring SSL certificates on the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 10:32 PM
Hi Snehal
To prepare the report, you will need the data to be uploaded to the table on which you will prepare your report. You can follow my earlier response to load the data first to the instance followed by report development.
Please mark this response as correct and helpful if it assisted you with your question.