Update docs.
This commit is contained in:
29
README.md
29
README.md
@@ -6,19 +6,22 @@ of these in superfluous repositories of their own, I'm putting them here.
|
||||
|
||||
Contents:
|
||||
|
||||
die/ Death of a program.
|
||||
cmd/
|
||||
certchain/ Display the certificate chain from a
|
||||
TLS connection.
|
||||
certdump/ Dump certificate information.
|
||||
csrpubdump/ Dump the public key from an X.509
|
||||
certificate request.
|
||||
fragment/ Print a fragment of a file.
|
||||
readchain/ Print the common name for the certificates
|
||||
in a bundle.
|
||||
stealchain/ Dump the verified chain from a TLS
|
||||
connection.
|
||||
|
||||
die/ Death of a program.
|
||||
cmd/
|
||||
certchain/ Display the certificate chain from a
|
||||
TLS connection.
|
||||
certdump/ Dump certificate information.
|
||||
csrpubdump/ Dump the public key from an X.509
|
||||
certificate request.
|
||||
fragment/ Print a fragment of a file.
|
||||
pembody/ Print the body of a PEM certificate.
|
||||
showimp/ List the external (e.g. non-stdlib and outside the
|
||||
current working directory) imports for a Go file.
|
||||
readchain/ Print the common name for the certificates
|
||||
in a bundle.
|
||||
stealchain/ Dump the verified chain from a TLS
|
||||
connection.
|
||||
|
||||
Each program should have a small README in the directory with more information.
|
||||
|
||||
All code here is licensed under the MIT license.
|
||||
|
||||
Reference in New Issue
Block a user