HTTPS SSL Certificate on ClearPass-The Path of Least Resistance

Опубликовано: 09 Апрель 2026
на канале: i80386sx
2,953
17

My apologies for the video quality on this one. OBS Studio lowered it on me and this process was a one shot deal. I figured this is better than nothing.

I needed to update my HTTPS SSL. It was a wildcard. I had a variant already made with IIS. This guide will walk you through using an SSL certificate from IIS and making it usable in ClearPass

OpenSSL For Windows:https://slproweb.com/products/Win32Op...

OPENSSL commands (file paths may vary):
openssl pkcs12 -in C:\SSL\wildcard-2022.pfx -clcerts -nokeys -out C:\SSL\cert.pem
openssl pkcs12 -in C:\SSL\wildcard-2022.pfx -nocerts -nodes -out C:\SSL\key.pem