aboutsummaryrefslogtreecommitdiff
path: root/certificate.go
AgeCommit message (Collapse)AuthorFilesLines
2015-04-10add ca load optionGibheer1-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-01add crl url supportGibheer1-2/+34
With this option added, it is now possible to add crl urls to the certificates.
2015-03-30split certificate stuff into own fileGibheer1-0/+239
This moves the complicated certificate flag handling into its own file to make it a bit easier to handle.