a) To ensure that all certificates in a bundle are OK. There should be a clear 'line of trust' in output.
FILENAME=your.domain.crtopenssl crl2pkcs7 -nocrl -certfile $FILENAME | openssl pkcs7 -print_certs -nooutb) To ensure that the EC (Eliptic Curve) key in the csr and the certifciate is equal to the actual signing key run these 3 commands. The public key for each command should be the same.
NAME=your.domainopenssl ec -pubout -in $NAME.keyopenssl req -noout -pubkey -in $NAME.csropenssl x509 -noout -pubkey -in $NAME.crt
No comments:
Post a Comment