Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

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 add a certificate

hello 

 

 

i'm searching how to upload a certifcate ?

 

My provider send me some files ended with

 

.crt

.csr

.key

.ca-bundle

 

 

but don't know wich to use , only have to choose .pem .der .cer

 

someone a idea??



This thread was automatically locked due to age.
  • Helmut,

    you can use a Linux machine to convert crt to pem:

    OpenSSL: Convert CRT to PEM:

    Type the following code into your OpenSSL client:

    openssl x509 -in cert.crt -out cert.pem

    OpenSSL: Convert CER to PEM

    openssl x509 -in cert.cer -out cert.pem

    OpenSSL: Convert DER to PEM

    openssl x509 -in cert.der -out cert.pem

    or upload the certificate via Certificates on Windows Machine and then save it/export into PEM format.

    Regards

  • Hi  

    Navigate to  Certificates > Click on Add and Choose Upload Certificate. 

    Here you may add the certificate file and other details.

    PEM, DER. CER, PKCS7, PKCS12 are supported file format with XG during uploading the certificate.


    Reference snapshot :



    After importing the certificate if it is not getting validated and giving red cross mark then please ensure the all Certificate authority of your certificate is present on XG to complete the CA cert chain of that certificate. 

    To add the Certificate Authority you may Go to Certificates > Certificate Authorities and select Add.

    Regards,

    Vishal Ranpariya
    Technical Account Manager | Sophos Technical Support

    Sophos Support Videos | Knowledge Base  |  @SophosSupport | Sign up for SMS Alerts |
    If a post solves your question use the 'Verify Answer' link.