Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a problem with Cisco WLC 5508 Version 8.0.121.0 and a new WEB certificate-I create the certificate with openssl 0.9.8h and this command
.req -config E:\OpenSSL98\share\openssl.cnf -new -newkey rsa:2048 -x509 -nodes -keyout mykey.pem -out myreq...
So this problem is not fixed.When I create the certificate as default by cisco, it becomes a private certificate and this running only 1 month. Without the Device cert it's running one year, but I can not be installed this certificate.
Has anyone any...
Hi Mohanak,
I found the issue, I had no device.cert (myreg.csr) information in the CA.pem file.
Creating a new file in notepad I pasted the X509 certs from Thawte, followed by the contents of keyout.pem in the format..
-----BEGIN CERTIFICATE-----
De...