File: README.txt

package info (click to toggle)
httpcomponents-core5 5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,496 kB
  • sloc: java: 91,130; xml: 813; sh: 184; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
---