openssl

Проверить соответствие Root.crt - User.crt

openssl verify -CAfile root.crt user.crt

Проверить соответствие user.crt - user.key

openssl x509 -noout -modulus -in certificate_name.crt | openssl md5
openssl rsa -noout -modulus -in certificate_name.key | openssl md5

Revision #1
Created Wed, Sep 16, 2020 5:16 PM by Ivan Dudin
Updated Wed, Sep 16, 2020 5:17 PM by Ivan Dudin