I have a standalone SGD server with a local SGD gateway. I used this command "/opt/tarantella/bin/tarantella discover gateway --local"
Everything has been working fine. I tried updating the SSL cert with a wildcard cert from godaddy with these commands
/opt/SUNWsgdg/bin/gateway key import --keyfile gw-key.pem --certfile gw-ssl.pem
/opt/SUNWsgdg/bin/gateway sslkey import --keyfile gw-key.pem --certfile gw-ssl.pem
I now get an error Unable to authenticate. Please contact an administrator.
What am I doing wrong? am I missing something?