For PFX file:
openssl pkcs12 -in cert.pfx -out cert.crt -nodes
The most funny is that everywhere PEM is full chain cert, but pem generated with same command, wasn’t work
Problem solved
For PFX file:
openssl pkcs12 -in cert.pfx -out cert.crt -nodes
The most funny is that everywhere PEM is full chain cert, but pem generated with same command, wasn’t work
Problem solved