bdfr, cdecl, cfssl, clamav, cron: add Korean translation (#14652)

This commit is contained in:
HoJeong Im
2024-11-06 14:32:26 +09:00
committed by GitHub
parent ae67428b07
commit 0a5895acfa
5 changed files with 94 additions and 0 deletions

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

@@ -0,0 +1,21 @@
# cfssl
> Cloudflare의 PKI 및 TLS 툴킷.
> 참고: `openssl`.
> 더 많은 정보: <https://github.com/cloudflare/cfssl>.
- 호스트의 인증서 정보 표시:
`cfssl certinfo -domain {{www.google.com}}`
- 파일에서 인증서 정보를 디코딩:
`cfssl certinfo -cert {{경로/대상/인증서.pem}}`
- 호스트에서 SSL/TLS 문제를 검색:
`cfssl scan {{호스트1 호스트2 ...}}`
- 하위 명령에 대한 도움말 표시:
`cfssl {{genkey|gencsr|certinfo|sign|gencrl|ocspdump|ocsprefresh|ocspsign|ocspserve|scan|bundle|crl|print-defaults|revoke|gencert|serve|version|selfsign|info}} -h`