test-cert-gen-2 0.12.0

Utility to generate certificates for tests (e. g. for TLS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# test-cert-gen

Utility to generate certificates for tests.

```
test_cert_gen::gen_keys()
```

returns:
* server certificate and private key pair in DER or PKCS12 format
* CA DER file to be used on the client

This is typically enough to configure a TLS server and client
for unit/integration tests.

Certificates are generated with `openssl` command.

Generated certificates expire in a day.