Join the Conversation

To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".

DPL-SSL CA Certificate issue


According to above link can't convert .cer file to .crt in ubuntu OS via terminal.


Category: Entry Level Firewalls
Reply

Best Answer

  • CORRECT ANSWER
    AjishlalAjishlal Community Legend ✭✭✭✭✭
    Answer ✓

    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

Answers

Sign In or Register to comment.