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

GoDaddy SSL Certificate for User Portal

I have an SSL certificate from GoDaddy that I am trying to import into the XG 230 firewall. It wants the private key in a .key format which GoDaddy is only giving me a .crt format. The certificate key is in .p7b format which works just fine it appears. 

I am reading articles on how to convert ssl certificates using OpenSSL but I am not seeing a way to convert .crt certificate to .key format. 

Is this even possible? Am I just missing something completely? 

I just want my users outside when they go to vpn.mycompany.com to not get a certificate error. 



Edited tags
[edited by: Erick Jan at 11:18 PM (GMT -7) on 15 Sep 2022]
Parents
  • Hi guys

    I have been trying to use your instructions to sort out a cert on my second box but can't get my head round OpenSSL.  (First box just worked and tried IIS and it worked, no luck this time)

    I am a noob to OpenSSL and only have access to Windows PC's

    Can either of you give me some guidance?

    Thanks. :-)

  • RichardPhillips said:

    I am a noob to OpenSSL and only have access to Windows PC's

    For Windows here is what I did.  First import your certificate into IIS (which it probably already is).  Then go into Certificate Management:

    • Open Microsoft Management Console (mmc.exe)
    • File -> Add/Remove Snap-ins
    • Add in Certificates - Computer account - Local Computer
    • Go under Personal -> Certificates. 
    • Right click the certificate you imported into IIS and select All Tasks -> Export. 
      • Hit Next then Yes export the private key. 
      • On the next screen I would click "Export all extended properties" then Next.
      • Check the Password box and give it a password.  Save it somewhere then Next and Finish. 

    You should be able to import that .pfx file into the Sophos with the password you set without having to use OpenSSL.  I've imported two certificates to two different XG's this way.

    -Allan

Reply
  • RichardPhillips said:

    I am a noob to OpenSSL and only have access to Windows PC's

    For Windows here is what I did.  First import your certificate into IIS (which it probably already is).  Then go into Certificate Management:

    • Open Microsoft Management Console (mmc.exe)
    • File -> Add/Remove Snap-ins
    • Add in Certificates - Computer account - Local Computer
    • Go under Personal -> Certificates. 
    • Right click the certificate you imported into IIS and select All Tasks -> Export. 
      • Hit Next then Yes export the private key. 
      • On the next screen I would click "Export all extended properties" then Next.
      • Check the Password box and give it a password.  Save it somewhere then Next and Finish. 

    You should be able to import that .pfx file into the Sophos with the password you set without having to use OpenSSL.  I've imported two certificates to two different XG's this way.

    -Allan

Children