I'm trying to validate/verify that the rsa key, ca-bundle, and certificate stored here are ok. They are not being served by a webserver. How can I verify them?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Assuming your certificates are in PEM format, you can do:
If your "ca-bundle" is a file containing additional intermediate certificates in PEM format:
If your openssl isn't set up to automatically use an installed set of root certificates (e.g. in |
|||
|
|
|
|
||||
|
|
openssl x509manual section. – alex Jul 7 '11 at 16:03