Manually check the cert using keytool
Check the chain using openSSL
1. Lets start with the manual check:
keytool -list -v -keystore my.certificate.chain.jks | grep -A 1 "Owner"
references:
https://blog.niklasottosson.com/misc/how-to-check-a-certificate-chain-in-a-jks/
No comments:
Post a Comment