68 Commits
Author SHA1 Message Date
eea7ad61c3 Add zlint support (#286)
Co-authored-by: John Wood <jwood@squareup.com>
Co-authored-by: Sven Wick <sven.wick@gmx.de>
2022-08-01 12:01:38 -06:00
Sven WickandGitHub a6e3354dc8 Update README.md
Remove leading whitespace
2022-07-19 15:45:34 +02:00
Alberto SantosandGitHub 8772a7a649 Update go command to install certigo (#270) 2022-06-17 12:11:04 -07:00
Isaac Semaya 328db64fa0 Add --leaf flag to view the first cert only, including for json and pem
added dump-pkcs12-chain-to-pem.t to contrast with dump-pkcs12-chain-to-pem-first-only and show that multiple pem blocks are dumped without the --first flag.t
2022-02-23 16:44:05 -08:00
klyubinandGitHub 1081a17c66 Add missing flags in usage in README.md (#253)
This is a follow-up to ba10cd1db7
where I forgot to update the usage in README. This commit adds
not only the new flag introduced in ba10cd1db7
but also the missing flags from older changes.
2022-01-11 10:32:01 -08:00
0xflotusandGitHub 549f97d50f (docs): fixed small error 2020-05-18 00:20:57 +02:00
Mat Byczkowski 2c82bd65d8 Update README
As of #185, certigo requires Go 1.12 to build.
2019-06-15 17:49:05 -07:00
Cedric Staub 8a79f54775 Mention STARTTLS IMAP support in README 2019-05-21 11:21:15 -07:00
Chris PilsworthandGitHub be87b667d4 [trivial] added --json flag to readme examples
Without the flag the human readable details would be output which fail once piped into `jq`.
2019-03-29 20:34:21 +00:00
Mat Byczkowski 7cff30abc6 Update README and CONTRIBUTING
- readme: removed reference to Glide and mentioned Go modules
- contributing: language tweaks & updated link to CLA
- CI: remove glide dependency, since we don't need it and Go 1.11
  ignores vendored dirs when using `./...` argument to go tools.
2018-11-10 20:27:03 -08:00
Cedric StaubandGitHub 5c1e377a1d Update README.md 2018-10-23 14:46:04 -07:00
Cedric StaubandGitHub 20ca52ddd6 Update README.md 2018-04-03 21:40:40 -07:00
Cedric Staub 892328ae85 Update README to mention Go 1.9 requirement 2017-08-18 12:53:04 -07:00
Cedric Staub 563850e616 Add some extra info to README 2017-08-02 15:32:04 -07:00
Neal HarrisandGitHub b68464733e fixes minor typo in README 2017-06-24 16:51:50 -07:00
Matthew McPherrin b1fe40f2e4 Remove JKS from readme
JKS doesn't actually work.
2017-03-15 14:00:33 -07:00
Cedric StaubandGitHub 574de63cc5 Update README.md 2017-03-13 11:40:26 -07:00
Cedric StaubandGitHub 8a216dfeed Add --verbose for connect command example 2017-03-09 15:17:38 -08:00
Cedric StaubandGitHub 2a9d721197 Update README.md 2017-03-09 15:16:38 -08:00
Cedric StaubandGitHub bbc8536561 Update connect example 2017-02-25 13:20:35 -08:00
Cedric StaubandGitHub 89a256c567 Update README.md 2017-02-24 23:00:15 -08:00
Cedric Staub d04d729103 Update README with new --help-long output 2017-02-21 13:30:15 -08:00
Matthew McPherrinandGitHub ba53dc65bc Merge pull request #119 from square/mmc/tlsinfo
Print TLS version & cipher suite when connecting
2017-02-21 13:14:52 -08:00
Cedric StaubandGitHub b8a37348cd Use --help-long output in readme 2017-02-20 11:20:25 -08:00
Matthew McPherrin a2d32441fc Update README with TLS connect output 2017-02-19 18:06:57 -08:00
Matthew McPherrin 2a61c3e010 Update README for starttls and go 1.8
Note we support more STARTTLS protocols, and require go 1.8
2017-02-19 18:03:50 -08:00
Cedric StaubandGitHub 4ce94c6460 Plaintext examples instead of SVG 2017-02-17 11:35:25 -08:00
Cedric StaubandGitHub 3418575548 Fix typo 2017-02-16 15:34:03 -08:00
Cedric StaubandGitHub fd310b157b Update README.md 2017-02-16 15:08:20 -08:00
Cedric Staub 9d926ff4d0 Update readme with new help output 2016-09-21 17:38:43 -07:00
Cedric StaubandGitHub 4c2999915e Add release badge 2016-08-26 21:52:02 -07:00
Cedric StaubandGitHub ba6061267f Merge pull request #91 from square/cs/strip-headers
Strip headers from PEM output blocks
2016-08-16 13:28:01 -07:00
Cedric Staub 5b7a519299 Update examples URL with new git sha 2016-08-10 17:19:26 -07:00
Cedric StaubandGitHub 557b07f4dd Update README.md 2016-08-04 20:31:38 -07:00
Cedric StaubandGitHub a1dd96d22f Merge pull request #88 from square/cs/better-der
Support PKCS7 envelopes, multiple certificates in DER streams
2016-07-27 13:14:09 -07:00
Cedric Staub 74d3b048a4 Support PKCS7 envelopes, multiple certificates in DER streams 2016-07-26 23:27:14 -07:00
Cedric StaubandGitHub 9fef65bedd Update README.md 2016-07-26 22:36:38 -07:00
Cedric Staub 10216eb40e Add support for dumping certs from PKCS7 containers 2016-07-26 22:19:35 -07:00
Raymond CheeandGitHub d7ca9ba2c2 Update README.md 2016-07-05 16:45:14 -07:00
Christopher Denny 43fcde985d Changed wording 2016-07-01 12:52:30 -07:00
Christopher Denny a0da0e650f Mention homebrew in readme. 2016-07-01 11:24:06 -07:00
Cedric Staub 7b3b16e44f Update README with new examples/help output 2016-06-27 18:57:44 -07:00
Cedric Staub 9b76f4de37 Update example 1 SVG in readme 2016-06-23 13:23:42 -07:00
Cedric Staub 81a2ef016d Update readme to point to new hash for SVG examples 2016-06-23 11:52:02 -07:00
Cedric Staub 0a5ff1bfe3 Update examples to show new commands/functions 2016-06-23 11:51:07 -07:00
Cedric Staub 0eb7856c93 Use pinned hash for SVG examples 2016-06-23 11:33:03 -07:00
Cedric Staub 21188373ff Update README to add usage output 2016-06-21 15:14:56 -07:00
Cedric Staub 06b4bc12f5 Switch branch for images from svg to master 2016-06-17 10:44:07 -07:00
Cedric Staub 53e19d0285 Fix SVG in Firefox 2016-06-16 20:59:25 -07:00
Alok Menghrajani 7c9c69cccc s/em/pt/ 2016-06-15 17:19:47 -07:00