aboutsummaryrefslogtreecommitdiff
path: root/cmd/x509info/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-28replaced with https://github.com/fcuny/x509-infoFranck Cuny1-54/+0
2024-01-22build all the binaries using a MakefileFranck Cuny1-0/+0
Add a Makefile to build the local binaries. Rename all the commands without a dash. We can build the commands with `make all` or by being explicit, for example `make bin/x509-info`. Add a common package to keep track of build information (commit and build date) so we can reuse the same pattern across all the commands.
2024-01-21a tool to print information about a x509 certificateFranck Cuny1-0/+54