- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 07:05 AM
when doing certificate discovery via port scan it is setting renewal tracking field value to 'create renewal tast priority 3'.but when doing via microsoft CA it is setting as 'dont create renewal task'. dont find anything how this is happening.please help on this if anyone know.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 01:17 AM
Hi Rohit!
Hope you are doing well.
Please find below investigation would help you.
1This field is populated via: sn_disco_certmgmt_certificate_history BR: Discovery - Certificate Captured
Script action: Discovery Certificate Captured Script include: PopulateCmdbCICertificate
In PopulateCmdbCICertificate you can see:
setDefaultsForUserDefinedFields: function(certGr) {
if
(gs.getProperty('glide.discovery.certs.enable_renewal_task_creation_for_discovered_certificates',
"true") == "true") {
certGr.setValue('renewal_tracking', "priority3");
} else
certGr.setValue('renewal_tracking', "none");
Please mark helpful if that works !
Best Regards,
Paritosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2025 01:17 AM
Hi Rohit!
Hope you are doing well.
Please find below investigation would help you.
1This field is populated via: sn_disco_certmgmt_certificate_history BR: Discovery - Certificate Captured
Script action: Discovery Certificate Captured Script include: PopulateCmdbCICertificate
In PopulateCmdbCICertificate you can see:
setDefaultsForUserDefinedFields: function(certGr) {
if
(gs.getProperty('glide.discovery.certs.enable_renewal_task_creation_for_discovered_certificates',
"true") == "true") {
certGr.setValue('renewal_tracking', "priority3");
} else
certGr.setValue('renewal_tracking', "none");
Please mark helpful if that works !
Best Regards,
Paritosh