I
I
Igor Braduloff2019-09-02 16:43:57
Cryptography
Igor Braduloff, 2019-09-02 16:43:57

Error checking if the certificate is signed with the root authority key?

Good afternoon! An error occurred in openSSL when checking if a user certificate is signed with this root key
. openSSL> req -in my.crt -noout -verify -key RootCA.key
Gives an error unable to load x509 request The request
file is present.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lorc, 2019-09-03
@lorc

If I'm not mistaken, then the req module is needed to work with certificate requests. And there is nothing to check in the certificate request. Actually, openSSL hints at this.
As you correctly wrote in the comment, you need the verify module.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question