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

Install Certificate (.cer)

Hello,

 

im trying to install a Cerficate on the XG firewall.

we generate a CSR file, and requested the Cerfificate. when i try to upload the certificate to sophos i receive an error.

 

first we go to system certificates

* choose upload certificate
* give it the name it should have, upload a .CER file en choose the private key its in the csr file.
* with no Password.

* press save. then the next fault will be shown.

 

hope someone can help me.

Greets Kevin



This thread was automatically locked due to age.
Parents
  • Kevin,

    make sure to import the CA and to import the Certificate using pkcs12 or PFX format as described here:

    https://community.sophos.com/products/xg-firewall/f/vpn/75396/godaddy-ssl-certificate-for-user-portal

    Regards

  • ok, we did these steps only step 6 whe not sure of. we only have a got

    * geotrust global.cer

    *sophos.company.cer

    * trustprovider...cer

    i can convert the sophos.cer to a p7b file but not the pkcs12

    after import the p7b i got the following error message.

     

    1. openssl req -new -newkey rsa:2048 -nodes -keyout vpn.company.com.key -out vpn.company.com.csr
    2. You'll have to enter some information: Country Code, State, City, Org. Name, Org. Unit, Common Name, Email, Password and Company Name
    3. This will generate two files, vpn.company.com.key and vpn.company.com.csr
    4. Sign into GoDaddy and sign the vpn.company.com.csr
    5. Choose Other when you download the CRT files. It should provide you with a your signed GoDaddy.crt and their public gd_bundle.crt.
    6. openssl pkcs12 -export -chain -CAfile gd_bundle.crt -in GoDaddy.crt -inkey vpn.company.com.key -out vpn.company.com.pkcs12 -name vpn.company.com -passout pass:password

     

    for the record im totally noob in this certificate thing.

    thnx in advance.

Reply
  • ok, we did these steps only step 6 whe not sure of. we only have a got

    * geotrust global.cer

    *sophos.company.cer

    * trustprovider...cer

    i can convert the sophos.cer to a p7b file but not the pkcs12

    after import the p7b i got the following error message.

     

    1. openssl req -new -newkey rsa:2048 -nodes -keyout vpn.company.com.key -out vpn.company.com.csr
    2. You'll have to enter some information: Country Code, State, City, Org. Name, Org. Unit, Common Name, Email, Password and Company Name
    3. This will generate two files, vpn.company.com.key and vpn.company.com.csr
    4. Sign into GoDaddy and sign the vpn.company.com.csr
    5. Choose Other when you download the CRT files. It should provide you with a your signed GoDaddy.crt and their public gd_bundle.crt.
    6. openssl pkcs12 -export -chain -CAfile gd_bundle.crt -in GoDaddy.crt -inkey vpn.company.com.key -out vpn.company.com.pkcs12 -name vpn.company.com -passout pass:password

     

    for the record im totally noob in this certificate thing.

    thnx in advance.

Children