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.
  • Markus, did you upload it as a PKCS#12 (Cert+CA)?


    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • I uploaded the certificate as Cert only, because I do not have a PKCS#12.

    What I have is:
    certificate.crt
    cert.cabundle
    key.pem
  • 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
  • Hi Chris,

    thanks a lot. That worked.