0
0
Fork 0
This tool helps in building a process to create and sign x509 certificates. It is still a work in progress and keeps changing.
Go to file
Gibheer 022e839438 fix LICENSE and add AUTHORS file 2015-01-19 19:48:11 +01:00
AUTHORS fix LICENSE and add AUTHORS file 2015-01-19 19:48:11 +01:00
LICENSE fix LICENSE and add AUTHORS file 2015-01-19 19:48:11 +01:00
Readme.md add license and readme 2014-12-24 11:57:55 +01:00
main.go split stream opening into two functions 2015-01-19 12:13:13 +01:00
private_key.go replace PrivateKey with crypto.Signer 2015-01-15 06:51:45 +01:00
public_key.go fix typo and missing file close 2015-01-15 06:55:13 +01:00
sign_input.go extend stream capabilities 2015-01-19 12:13:44 +01:00
sign_request.go add missing import 2015-01-15 06:55:30 +01:00
sign_request_test.go add dns names and ip addresses with tests 2015-01-02 11:40:58 +01:00
verify_signature.go extend stream capabilities 2015-01-19 12:13:44 +01:00

Readme.md

pkictl

This tool helps in building a workflow to generate certificates and sign requests.

It is still work in progress, so expect minor issues and unstable API.