Commit Graph

3 Commits

Author SHA1 Message Date
Andrey Smirnov a58a3a3bea Provision CA extension in CA cert
Without that, on modern OpenSSL libs this gives an error:

```
verify error:num=24:invalid CA certificate
```
2019-02-27 08:53:46 -05:00
Peter Hamilton 641f6867f8 Fix bug with writing bytes in the certificate script
This change fixes a bug in the bin/create_certificates script,
enabling binary writing when creating the certificate and key
files.
2018-04-24 21:33:39 -04:00
Peter Hamilton 0c8f39e069 Add a certificate creation script
This change adds a certificate creation script to the library bin,
allowing for easy creation of root CA, server, and various client
certificates. The resulting certificates can be used for testing
and the script itself can be adapted to generate any certificates
needed by users or PyKMIP deployers.
2018-04-02 10:13:29 -04:00