From 0ea5c9585a7364d73fc0e6aca6be8ba6c15f5365 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 6 Jul 2022 20:27:41 -0700 Subject: [PATCH] formatting --- docs/parsers/x509_cert.md | 2 +- jc/parsers/x509_cert.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/x509_cert.md b/docs/parsers/x509_cert.md index c08e2845..4a0bc219 100644 --- a/docs/parsers/x509_cert.md +++ b/docs/parsers/x509_cert.md @@ -9,7 +9,7 @@ This parser will convert DER and PEM encoded X.509 certificate files. You can convert other certificate formats (e.g. PKCS #7, PKCS #12, etc.) by processing them through a program like `openssl` and sending the output to -jc. (See example below) +`jc`. (See example below) Usage (cli): diff --git a/jc/parsers/x509_cert.py b/jc/parsers/x509_cert.py index e8d3a84a..df95db8a 100644 --- a/jc/parsers/x509_cert.py +++ b/jc/parsers/x509_cert.py @@ -4,7 +4,7 @@ This parser will convert DER and PEM encoded X.509 certificate files. You can convert other certificate formats (e.g. PKCS #7, PKCS #12, etc.) by processing them through a program like `openssl` and sending the output to -jc. (See example below) +`jc`. (See example below) Usage (cli):