Skip to content

Commit 51003ea

Browse files
pkcs12 typo fix (#3071)
1 parent 8d55907 commit 51003ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/includes/queryable-encryption/tutorials/automatic/kmip/certificates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ a client certificate that your {+kmip-kms+} accepts:
5959

6060
.. important::
6161

62-
Your client certificate must be in pcks12 format. You can convert
62+
Your client certificate must be in pkcs12 format. You can convert
6363
your certificate using `OpenSSL <https://www.openssl.org/source/>`__
6464
with the following command:
6565

6666
.. code-block:: shell
6767
68-
openssl pcks12 -export -out "<new pcks12 certificate>" -in "<certificate to convert>" \
68+
openssl pkcs12 -export -out "<new pkcs12 certificate>" -in "<certificate to convert>" \
6969
-name "<new certificate name>" -password "<new certificate password>"
7070
7171
.. tab::

source/includes/tutorials/automatic/kmip/certificates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ a client certificate that your {+kmip-kms+} accepts:
5050

5151
.. important::
5252

53-
Your client certificate must be in pcks12 format. You can convert
53+
Your client certificate must be in pkcs12 format. You can convert
5454
your certificate using your certificate using `OpenSSL <https://www.openssl.org/source/>`__
5555
with the following command:
5656

5757
.. code-block:: shell
5858
59-
openssl pcks12 -export -out "<new pcks12 certificate>" -in "<certificate to convert>" \
59+
openssl pkcs12 -export -out "<new pkcs12 certificate>" -in "<certificate to convert>" \
6060
-name "<new certificate name>" -password "<new certificate password>"
6161
6262
.. tab::

0 commit comments

Comments
 (0)