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):