To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".
According to above link can't convert .cer file to .crt in ubuntu OS via terminal.
Hi @samaj
Your parameter have issue. you are trying to convert sha1 to sha2.
hi@Ajishlal
ty for reply
ok I got it and tried but still the same error
Can you try with below openssl command and let me know the status.
openssl x509 -inform DER -in dpi-ssl-2048-sha2.cer -out dpi-ssl-2048-sha2.crt
If above command giving error, please try as same as below
openssl x509 -inform PEM -in dpi-ssl-2048-sha2.cer -out dpi-ssl-2048-sha2.crt
or if you wanna spare you all the openssl options just give XCA a try, my swiss army knife for Key/Cert handling.
Just my € .02
--Michael@BWC
Hi@Ajishlal
The first one is working. thanks
Hi @samaj ,
Glad to know your certificate issue has been resolved.
Answers
Hi @samaj
Your parameter have issue. you are trying to convert sha1 to sha2.
hi@Ajishlal
ty for reply
ok I got it and tried but still the same error
Hi @samaj
Can you try with below openssl command and let me know the status.
openssl x509 -inform DER -in dpi-ssl-2048-sha2.cer -out dpi-ssl-2048-sha2.crt
If above command giving error, please try as same as below
openssl x509 -inform PEM -in dpi-ssl-2048-sha2.cer -out dpi-ssl-2048-sha2.crt
Hi @samaj
or if you wanna spare you all the openssl options just give XCA a try, my swiss army knife for Key/Cert handling.
Just my € .02
--Michael@BWC
Hi@Ajishlal
The first one is working. thanks
Hi @samaj ,
Glad to know your certificate issue has been resolved.