mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-06 01:59:10 +00:00
bebee36758
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1780847 13f79535-47bb-0310-9956-ffa450edef68
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
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
|
|
--- |