Solved Custom Labelling – PKI expiring certificates
Hello,
I’d like to create a custom label for expiring certificates group (Fig1) using the PKI Certification MP that not only shows the name of the cert expiring but also the information you get from executing the run tasks in Fig2.
So I want a custom label which shows the cert properties Cert Name, NotAfter, and DaysValid as shown in Fig2
Is this possible?
(Fig1)
(Fig2)
Best answer
is this answer any use?
(note – it’s Dgallay’s answer to my similar question – he/she should get the credit)
There’s no current way to make sortable columns in the State View, but you can include those attributes in the object label. For example, for the PKI certificate state, if you wanted to show the Cert name, Valid From and Valid To like this:
You would use this custom label:
{{DisplayName}} | {{CertValidFrom}} | {{CertValidTo}}
dgallay answered 12 Apr, 2016
Answer this question
To reply or comment, use the 'Comment' link on the relevant answer or question.