Hi,

On Mon, Feb 12, 2018 at 1:30 AM, Naveen Nandyala - Vendor
<naveen.nandy...@walmart.com> wrote:
>
> /tmp/was.crt was created as below.
>
> Extracted root certificate from WAS.
> Converted .cer file to crt using below command.
>
> openssl x509 -inform PEM -in was.cer -out was.crt

Isn't "was.cer" rather in DER format? The above command is a no-op,
and you probably want PEM for the certificate used on the proxy, so
maybe :
$ openssl x509 -inform DER -in was.cer -outform PEM -out was.crt
?

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to