Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-10 | add ca load option | Gibheer | 1 | -10/+63 | |
This commit changes to API a bit. The following renames were done: * csr-path => csr * ca => is-ca The following option was added * ca With that option it is now possible to add a certificate to sign the newly created certificate. | |||||
2015-04-01 | add crl url support | Gibheer | 1 | -2/+34 | |
With this option added, it is now possible to add crl urls to the certificates. | |||||
2015-03-30 | split certificate stuff into own file | Gibheer | 1 | -0/+239 | |
This moves the complicated certificate flag handling into its own file to make it a bit easier to handle. |