I'm trying to replace the admin SSL certificate but not finding lots of documentation. I created a private key using openSSL and had it signed by my internal CA. I'm then trying to upload the certificate and key file in the admin interface. I don't get an error it just doesn't do anything when I click update. Any help will be appreciated.
Thanks!
Anthony Maughan
Solved! Go to Solution.
Hello,
Not to be rude or anything, but make sure the Key and Cert are in PEM-format.
Brgds.
Bjarke Emborg Kragelund
To check anything obvious, what openSSL command did you use to generate the cert?
Are any errors visible in the System?
Event Log
ZEUSHOME/zxtm/log/errors
Cluster Diagnosis
If are experiencing an issue without a seeing an error, additional logs and information are available (some that you would not want to post on a public community). I would contact Riverbed support for assistance to resolve the issue.
I used openssl on windows, for some reason the format/keys were invalid. Once I did the same steps on a linux machine it worked. Wierdness for sure.
Thanks.