This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to activate Thwate 123-Cert for webadmin

Hi.

i am trying to install a domain validated thwatee cert. I already imported the thwate CA and the signed certs in remote access - cert management. i thought that i could now select the cert in management - webadmin settings - https certificates, but i only can choose certs that are signed by asg ca.

What did i wrong? I guess that the asg needs a setting to trust the thwate ca.

rgds

Luis


This thread was automatically locked due to age.
Parents
  • You also need to upload the RSA private key the certificate is for. To do that, create a PKCS#12 with openssl and upload that one. I should  show up in the WebAdmin/User Portal Certifiate drop-down box then. Command line for PKCS#12 creation would be something like:

      openssl pkcs12 -export -in cert.pem -name "thwate cert" -inkey priv_key.pem -out webadmin.p12
  • thanx for your reply.

    I get a "unable to load private key". i am probably not understanding the syntax.
    I've got..
    .. csr-file -> mydomain.csr
    .. pem-file -> mydomain.pem
    .. ca pem file -> thwate_ca_bundle.pem

    Do I have all i need?

    rgds
Reply
  • thanx for your reply.

    I get a "unable to load private key". i am probably not understanding the syntax.
    I've got..
    .. csr-file -> mydomain.csr
    .. pem-file -> mydomain.pem
    .. ca pem file -> thwate_ca_bundle.pem

    Do I have all i need?

    rgds
Children
  • All three don't look much like a private key. The .csr is the certificate signing request you sent to the CA. You probably received the mydomain.pem back from them and their cert bundle. If you used windows to get the cert, your private key is probably somewhere deep in the key storage. Can't unfortunately tell you the steps to export it, but think I once knew you can export it and the matching cert as PKCS#12 only, which would be no problem of course.
  • sorry, the andalusian sun is baking me [:)]

    i m working with linux (of course). I generated the p12-file and know everything is working out lovely.

    thx a lot

    Luis