You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This creates a key and certificate file for the database client. They are in the current working directory as ``client-key.pem`` and ``client-cert.pem``. Each node requires both to secure client activity and state snapshot transfers.
156
+
This creates a key and certificate file for the database client. They are in the current working directory as ``client-key.pem`` and ``client-cert.pem``.
157
+
158
+
.. note:: Each node requires both to secure client activity and state snapshot transfers.
157
159
158
160
159
161
.. _`verify-cert`:
@@ -172,6 +174,8 @@ When you finish creating the key and certificate files, use ``openssl`` to verif
172
174
173
175
In the event that this verification fails, repeat the above process to generate replacement certificates.
174
176
177
+
The Common Name value used for the server and client certificates/keys must each differ from the Common Name value used for the CA certificate. Otherwise, the certificate and key files will not work for servers compiled using OpenSSL.
178
+
175
179
Once the certificates pass verification, you can send them out to each node. Use a secure method, such as ``scp`` or ``sftp``. The node requires the following files:
0 commit comments