File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,14 @@ key manager by starting :binary:`~bin.mongod` with the following options:
139
139
--kmipPort <KMIP server port> --kmipServerCAFile ca.pem \
140
140
--kmipClientCertificateFile client.pem --kmipKeyIdentifier <UID>
141
141
142
+ When connecting to the KMIP server, the :binary:`~bin.mongod` verifies
143
+ that the specified :option:`--kmipServerName <mongod --kmipServerName>`
144
+ matches the Subject Alternative Name ``SAN`` (or, if ``SAN`` is not
145
+ present, the Common Name ``CN``) in the certificate presented by the
146
+ KMIP server. If ``SAN`` is present, :binary:`~bin.mongod` does not
147
+ match against the ``CN``. If the hostname does not match the ``SAN``
148
+ (or ``CN``), the :binary:`~bin.mongod` will fail to connect.
149
+
142
150
.. seealso:: :ref:`encryption-key-management-options`
143
151
144
152
Local Key Management
You can’t perform that action at this time.
0 commit comments