File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
queryable-encryption/tutorials/automatic/kmip Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ::
Original file line number Diff line number Diff 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 ::
You can’t perform that action at this time.
0 commit comments