httpcomponents-client/test-CA
Oleg Kalnichevski 221af7524f Corrected Test CA configuration 2024-10-20 21:15:43 +02:00
..
README.txt Test CA material 2017-01-29 19:21:42 +00:00
ca-cert.pem Test CA material 2017-01-29 19:21:42 +00:00
ca-key.pem Test CA material 2017-01-29 19:21:42 +00:00
openssl.cnf Corrected Test CA configuration 2024-10-20 21:15:43 +02:00

README.txt

This directory contains CA key and certificate for unit and integration tests
---

Use this command to check the private key
Passphrase: nopassword
---
openssl rsa -in ca-key.pem -check -text -noout
---

Use this command to print CA certificate details
---
openssl x509 -in ca-cert.pem -text -noout
---