Guest User!

You are not Sophos Staff.

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 Upload User Portal Certificate

Hi, 

i would like to upload my commodo wildcard certificate and use it for accessing user portal from internet.

So I uploaded my wildcard certificate (.crt file) to Remote Access, Certificate Management, Certificate.

But now I will not see this certificate in Management, WebAdmin Settings, HTTPS Certificate at Choose WebAdmin/User Portal certificate.

Whats wrong? How to upload a user portal certificate?

Markus

ASG 425, v9.105-9


This thread was automatically locked due to age.
Parents
  • Hi Markus,
    for me it seems your certfile.crt does only contain the public key but not the public key. I guess the private key is contained in the key.pem file.

    I would try to use OpenSSL to convert these two files into a valid PKCS#12 format.

    The syntax would be something like that:
    openssl.exe pkcs12 -export -out newfile.pem -in certificate.crt -inkey key.pem -name "My Cert" 

    Of course it would be easier if you can get the complete certificate file from your CA.

    hth!
    Chris
Reply
  • Hi Markus,
    for me it seems your certfile.crt does only contain the public key but not the public key. I guess the private key is contained in the key.pem file.

    I would try to use OpenSSL to convert these two files into a valid PKCS#12 format.

    The syntax would be something like that:
    openssl.exe pkcs12 -export -out newfile.pem -in certificate.crt -inkey key.pem -name "My Cert" 

    Of course it would be easier if you can get the complete certificate file from your CA.

    hth!
    Chris
Children
No Data