aboutsummaryrefslogtreecommitdiff
path: root/cmd/certcheck/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/certcheck/README.org')
-rw-r--r--cmd/certcheck/README.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/cmd/certcheck/README.org b/cmd/certcheck/README.org
new file mode 100644
index 0000000..f1d2eea
--- /dev/null
+++ b/cmd/certcheck/README.org
@@ -0,0 +1,15 @@
+* x509-info
+
+At this point it's pretty clear that I'll never remember the syntax for =opensll= to show various information about a certificate. At last I will not have to google for that syntax ever again.
+
+** Usage
+#+begin_src go
+certcheck example.com
+
+certcheck go run . -domain example.com -port 443 -format long
+
+certcheck -domain self-signed.badssl.com -insecure -format long
+#+end_src
+
+** Notes
+Could the same be achieved with a wrapper around `openssl` ? yes.