From 11ad4434c7f2cf96f7607ccf250383052c39f333 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 27 Oct 2024 19:15:31 +1100 Subject: [PATCH] cfssl: add page (#14378) * cfssl: add page --------- Co-authored-by: Wiktor Perskawiec --- pages/common/cfssl.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/common/cfssl.md diff --git a/pages/common/cfssl.md b/pages/common/cfssl.md new file mode 100644 index 000000000..16c092f8c --- /dev/null +++ b/pages/common/cfssl.md @@ -0,0 +1,21 @@ +# cfssl + +> Cloudflare's PKI and TLS toolkit. +> See also: `openssl`. +> More information: . + +- Show certificate information of a host: + +`cfssl certinfo -domain {{www.google.com}}` + +- Decode certificate information from a file: + +`cfssl certinfo -cert {{path/to/certificate.pem}}` + +- Scan host(s) for SSL/TLS issues: + +`cfssl scan {{host1 host2 ...}}` + +- Display help for a subcommand: + +`cfssl {{genkey|gencsr|certinfo|sign|gencrl|ocspdump|ocsprefresh|ocspsign|ocspserve|scan|bundle|crl|print-defaults|revoke|gencert|serve|version|selfsign|info}} -h`