ServiceNow Certificate Management Exclude List
Import
·
Jul 26, 2023
·
article
less than 1 minute read
I recently had an IT team using Microsoft’s PKI –> ServiceNow Certificate Management integration, ask if we could exclude a list of certificates that are frequently renewed, from tracking.
To accomplish this we can create a Discovery pre-post processor and system property.
- Create new system property:
- Name: “sn_disco_certmgmt.my.msca.ignorelist”
- type: string
- value: “tempcert1.domain.com,tempcert2.domain.com”
- Name: “sn_disco_certmgmt.my.msca.ignorelist”
- Open Pattern Designer -> Pre Post Processing (sa_pattern_prepost_script)
- Create a new record
- Name: MY- MSCA customizations
- Pattern/s: MicroSoft CA - Certificate Management
- When to execute: 1 - Pre sensor
- Script: (most of this was borrowed from OOB processor “Certificate Management - Adding SAN and Renewal Tracking”)
- Name: MY- MSCA customizations
Updated: July 26, 2023
View original source
https://mtcoffee.github.io/servicenow-certificate-management-exclude-list/