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:
59
59
60
60
.. important ::
61
61
62
- Your client certificate must be in pcks12 format. You can convert
62
+ Your client certificate must be in pkcs12 format. You can convert
63
63
your certificate using `OpenSSL <https://www.openssl.org/source/ >`__
64
64
with the following command:
65
65
66
66
.. code-block :: shell
67
67
68
- openssl pcks12 -export -out " <new pcks12 certificate>" -in " <certificate to convert>" \
68
+ openssl pkcs12 -export -out " <new pkcs12 certificate>" -in " <certificate to convert>" \
69
69
-name " <new certificate name>" -password " <new certificate password>"
70
70
71
71
.. tab ::
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ a client certificate that your {+kmip-kms+} accepts:
50
50
51
51
.. important ::
52
52
53
- Your client certificate must be in pcks12 format. You can convert
53
+ Your client certificate must be in pkcs12 format. You can convert
54
54
your certificate using your certificate using `OpenSSL <https://www.openssl.org/source/ >`__
55
55
with the following command:
56
56
57
57
.. code-block :: shell
58
58
59
- openssl pcks12 -export -out " <new pcks12 certificate>" -in " <certificate to convert>" \
59
+ openssl pkcs12 -export -out " <new pkcs12 certificate>" -in " <certificate to convert>" \
60
60
-name " <new certificate name>" -password " <new certificate password>"
61
61
62
62
.. tab ::
You can’t perform that action at this time.
0 commit comments