9 lines
486 B
Markdown
Raw Normal View History

2019-07-21 14:26:31 +02:00
Powershell script: pfSense Certificate Viewer
Sometimes it happens in pfSense that certificates are created with
duplicated SerialNumbers (for the same CAroot). If any of these certificates
are revoked, and it's in use for openVPN, we will be surprised of having more
2019-07-21 18:02:43 +02:00
revoked certs of the resired. This tool finds those duplicated SerialNumbe into a non encrypted xml pfSense config backup.
2019-07-21 14:26:31 +02:00
Last change 2017/07/21: New feature: Now it also shows the CRL(s) in which the cert appears.