You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, you want to get two sets (in separate queries):
of all currently valid certificates
of expired certificates
Then, do expired.Except(valid) operation against two sets. The result will be another set which contains expired and not renewed certificates. Except in this context is your own function that contains the logic to check if entry in one set matches (or not) entry in another set.
Hello,
is there a way to retrive issued but expired ceriticates, not already renewed ?
I did not find the proper way to do it.
Thank you in advance.
Regards,
Red.
The text was updated successfully, but these errors were encountered: