Christopher Denny
c13b09abe7
Added support for the command line interface kingpin, has basic error handling.
...
I still need to changed the p12 support to display all the certificates present. pkcs12.decode only
returns one cert even if more present. Going to use pkcs12.topem to convert to pem which I know
how to get all the certs from.
2016-05-31 14:19:03 -07:00
Christopher Denny
60c91d7204
main.go wasn't added to the previous commit? So here's that.
2016-05-27 16:36:32 -07:00
Christopher Denny
9b6c725a6b
-Added support for reading .p12 certs.
...
-Separated out different functions a little better (parsing files/displaying).
-Added new certs/keys in certs folder to use when testing.
2016-05-27 16:32:54 -07:00
christodenny
5c5dc6d537
Merge pull request #1 from square/cdenny/readme
...
Update the readme with a description
2016-05-27 13:46:02 -07:00
Christopher Denny
a0fbb71045
Update the readme with a description
2016-05-27 13:42:51 -07:00
Sarah Harvey
275adb949b
Add CONTRIBUTING and LICENSE
2016-05-27 13:25:18 -07:00
Christopher Denny and Sarah Harvey
dad3ab27b7
first few files, main.go can work with .pem files that have just certs in them. Sample .pem and .jceks included as well
2016-05-27 13:25:09 -07:00
Christopher Denny
a8f650175e
first commit
2016-05-27 11:29:41 -07:00