cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
735
Views
0
Helpful
1
Replies

ISE 2.0 wildcard certificate

Josh Sprang
Beginner
Beginner

Can someone point me in the direction to install a wildcard certificate into ISE 2.0..  I have tried going to administration > certificates > system certification and importing the .key and .crt but it tells me the certificate file is empty.  I am checking the allow wildcards.. 

All the docs I find reference generating a CSR and then having a CA sign it, but this doesn't work for a wildcard unless I am missing something.

Thanks.

1 Accepted Solution

Accepted Solutions

Karsten Iwen
VIP Mentor VIP Mentor
VIP Mentor

but it tells me the certificate file is empty.

Have you checked if the file is really ok? You can do it on linux or OS X with openssl.

Check the certificate:

openssl x509 -in YourCertificate.crt -text -noout

Check the key:

openssl rsa -in YourPrivateKey.key -check

View solution in original post

1 Reply 1

Karsten Iwen
VIP Mentor VIP Mentor
VIP Mentor

but it tells me the certificate file is empty.

Have you checked if the file is really ok? You can do it on linux or OS X with openssl.

Check the certificate:

openssl x509 -in YourCertificate.crt -text -noout

Check the key:

openssl rsa -in YourPrivateKey.key -check
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers