1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

cfssl: add page (#14378)

* cfssl: add page

---------

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Fazle Arefin 2024-10-27 19:15:31 +11:00 committed by GitHub
parent 2d602e5b69
commit 11ad4434c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages/common/cfssl.md Normal file
View file

@ -0,0 +1,21 @@
# cfssl
> Cloudflare's PKI and TLS toolkit.
> See also: `openssl`.
> More information: <https://github.com/cloudflare/cfssl>.
- 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`