Shipped Certificates and Files
------------------------------

In the package's etc directory, some sample X.509 certificates, keyfiles, 
and othter cryptographic materials are provided:

Client cert: 

CN:  localhost
SAN: DNS=localhost, IP=127.0.0.1, IP=::1

- localhost.pem  - PEM certificate 
- localhost.key  - The corresponding key file (protected with  keyword)
- localhost.pw	 - The used keyword

Server cert: 

CN:  127.0.0.1
SAN: DNS=localhost, IP=127.0.0.1

- 127.0.0.1.pem  - PEM certificate 
- 127.0.0.1.key  - The corresponding key file (protected with keyword)
- 127.0.0.1.pw	 - The used keyword

Server cert:

CN: ::1 
SAN: DNS=localhost, IP=::1

- ::1.pem  - PEM certificate 
- ::1.key  - The corresponding key file (protected with keyword)
- ::1.pw   - The used keyword

Root cert:

CN:  uspi-ssl research ca

- rootCA.pem  - root Cert used to sign the above certs
- chain.pem   - concatination of localhost.cert + rootCA.cert 

- dhparam.pem - Diffie-Hellman parameter file with 1024 bit
- secp256k1.pem - ECDH param file; experimental

These files can be used for test purposes. 
SHA-512 has been used for signing.
Validation period is 5 years; starting from August 2018.
