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

Certificate Installation Process?

I am having some trouble with installing a certificate on the XG test appliance. Basically, I have completed the CSR process and now I am uploading the new certificate to the XG. The process completes, but then I am getting the following result.

 

I am guessing that the new certificate didn't get activated. What step am I missing? Thank you!

Cheers,

Jens



This thread was automatically locked due to age.
Parents
  • Unfortunately, the recommended solution didn't help in my case (although a solid response to the question), as RapidSSL would not accept the XG CSR.

    So for the unfortunate soul, who runs across this thread.

    The following worked for me:

    https://www.ipinfosec.com/add-godaddy-ssl-certificate-sophos-xg-firewall/

    In a nutshell, on a spare Linux box:

    1) openssl req -new -newkey rsa:2048 -nodes -keyout YOURCOMPANY.com.key -out YOURCOMPANY.com.csr

    2) Grab the csr and key files

    3) Submit the CSR to the CA (RapidSSL in our case)

    4) Add the p7b (or what valid format the your CA gives you) and the key (from the Linux box) files to the XG key store

    So far, tested the User Portal and VPN without issues.

     

    Paul

    XG Certified Administrator

Reply
  • Unfortunately, the recommended solution didn't help in my case (although a solid response to the question), as RapidSSL would not accept the XG CSR.

    So for the unfortunate soul, who runs across this thread.

    The following worked for me:

    https://www.ipinfosec.com/add-godaddy-ssl-certificate-sophos-xg-firewall/

    In a nutshell, on a spare Linux box:

    1) openssl req -new -newkey rsa:2048 -nodes -keyout YOURCOMPANY.com.key -out YOURCOMPANY.com.csr

    2) Grab the csr and key files

    3) Submit the CSR to the CA (RapidSSL in our case)

    4) Add the p7b (or what valid format the your CA gives you) and the key (from the Linux box) files to the XG key store

    So far, tested the User Portal and VPN without issues.

     

    Paul

    XG Certified Administrator

Children
No Data