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.
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??
Helmut,
you can use a Linux machine to convert crt to pem:
Type the following code into your OpenSSL client:
openssl x509 -in cert.crt -out cert.pem
openssl x509 -in cert.cer -out cert.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 helmut willems
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 'This helped me' link.