aboutsummaryrefslogtreecommitdiff
path: root/certificate_data.go
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16certificate generation is inGibheer1-28/+0
The hole certificate sign request and certificate creation process was pulled into pki, which made pkictl a bit smaller in code. There are still some things missing, but the initial support for certificates is done!
2015-03-05finally add certificate sign request generationGibheer1-0/+28
This adds finally a way to create certificate sign requests. There are still some options missing, but it is coming together. With the next step, the ccertificate data container will probably be put into the pki library.