Expand description
Utilities to generate keys for tests.
Uses OpenSSL command line utility to generate the certificates.
Structs§
- Cert
- DER-encoded X.509 certificate.
- Cert
AndPrivate Key - Client
Keys - Client certificate
- Keys
- Client and server keys
- Pkcs12
- DER-encoded
- Pkcs12
AndPassword - Pair of PKCS #12 and password.
- Private
Key - DER-encoded.
- Server
Keys - Server keys
Functions§
- gen_
keys - keys
- Generate keys
- pem_
to_ cert_ key_ pair - Parse PEM file into a pair of certificate and private key.