01-21-2022 07:19 PM
What do i need to do to solve this error Error in Screen shot
01-24-2022 11:47 AM
It does not work becuase it does not work in chrome or any modern browser becuase there are no Subject alternate names
01-24-2022 11:54 AM
01-24-2022 02:42 PM
Okay... well then use openssl. I don't know what else to tell you. The reason the controller has an error when you upload the certificate is because it doesn't like how you put that together. From my experience, when I have used other tools to generate the CSR and entered other data, the cert failed to upload. So use openssl and the SAN and thats it and see what happens.
01-24-2022 03:47 PM
Is it the way that I actually assembled it or is it something wrong with one of the certificates itself
Do you know how i would do the sans in open ssl becauase i dont understand how to do that
01-24-2022 05:25 PM
It can be a combination of both. If the CSR was generated improperly, that can cause an error. If the final pem file does not have the correct information and properly bundled, that also can cause an error.
Download OpenSSL and give that a try. The directions are pretty simple to follow. This way your CSR is accurate, which eliminates that piece.
Generate CSR for Third-Party Certificates and Download Chained Certificates to the WLC - Cisco
01-24-2022 05:39 PM
I just tried that and still same error code 12
I wish i knew what that error code was for
01-24-2022 06:06 PM - edited 01-24-2022 06:07 PM
Here is something to try. Use the WLC to generate the CSR and then get the certificate and try to bundle that in a pem. If that fails, then you know its how you are putting the pem together. If that works, then you know you are bundling the file properly and its the generation of the CSR that is the issue.
01-24-2022 06:25 PM
Not a bad Idea i will try that tomorrow
01-24-2022 06:36 PM - edited 01-24-2022 06:37 PM
Let use know... keep in mind, when you bundle the cert into a pem, it shouldn't look like what you posted before, should be simple. If you have multiple intermediates, then that would have to be in the correct order. Keep this in mind also:
------BEGIN CERTIFICATE------
*Device cert*
------END CERTIFICATE------
------BEGIN CERTIFICATE------
*Intermediate CA cert *
------END CERTIFICATE--------
------BEGIN CERTIFICATE------
*Root CA cert *
------END CERTIFICATE------
------BEGIN CERTIFICATE------
*Device cert*
------END CERTIFICATE------
------BEGIN CERTIFICATE------
*Intermediate CA cert *
------END CERTIFICATE--------
------BEGIN CERTIFICATE------
*Intermediate CA cert *
------END CERTIFICATE--------
------BEGIN CERTIFICATE------
*Root CA cert *
------END CERTIFICATE------
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide