cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
206
Views
2
Helpful
1
Replies

export ISE Admin server cert and key without password

I am doing some ISE To Intune troubleshooting and  came across this tool 

https://github.com/vbobrov/iseutils

Requirements is Private Key for the Admin certificate. Key must not be password protected.

I have exported the cert and key (key is pkv file and cert is pem file)

What is the best way to export the key and remove the password. Any tools like OpenSSL will let me do this

1 Reply 1

I never tried it with ISE private keys but I think you can use OpenSSL with the following command:

openssl rsa -in < the private key file with password > -out < the private key file with no password > -passin pass:< the password that was used to export the private key >