Link to home
Start Free TrialLog in
Avatar of maxtexgr
maxtexgrFlag for United States of America

asked on

Use Godaddy Cert on Cisco WLC

I am trying to install a godaddy certificate on a Cisco 4400 series WLC for web auth, software version is 4.1.185.0.

We followed the cisco instructions to generate the cert request via OpenSSL, the godaddy cert comes as a .crt file.  I found some information on how to convert it to a der then to pem file via OpenSSL

Uploading the pem file via tftp results in "transfer failed".

DOes anyone have any experience with godaddy certs and a cisco WLC?
Avatar of maxtexgr
maxtexgr
Flag of United States of America image

ASKER

Any thoughts out there?

Here are the commands we tried, but the resulting upload fails.

openssl x509 -in input.crt -out input.der -outform DER

then

openssl x509 -in input.der -inform DER -out output.pem -outform PEM
ASKER CERTIFIED SOLUTION
Avatar of Craig Beck
Craig Beck
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the link, since the software is so ancient, they don't have SmartNet on it and probably wont go that route.  The link you posted isn't supported on the 4.1 SW ;(

I looked into it more, 4.2 supports Chained SSL certs, which is all that Godaddy offers.  The 4.1 only supports Unchained SSL certs, so we'll either need to purchase a Unchained Cert or get smartnet and upgrade it.  It's in the customer's hand at this point.
This was the right answer. My client didn't want to pay the smartnet costs to upgrade it, so we went a different route all together.