Skip to content

Commit cb0fd39

Browse files
committed
Issue #252
1 parent 6a2e70b commit cb0fd39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

galeracluster/source/documentation/ssl-cert.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ The node uses the client certificate to secure client-side activity. In the eve
153153
-CA ca-cert.pem -CAkey ca-key.pem -set_serial 01 \
154154
-out client-cert.pem
155155
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``. 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.
157159

158160

159161
.. _`verify-cert`:
@@ -172,6 +174,8 @@ When you finish creating the key and certificate files, use ``openssl`` to verif
172174
173175
In the event that this verification fails, repeat the above process to generate replacement certificates.
174176

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+
175179
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:
176180

177181
- Certificate Authority: ``ca-cert.pem``.

0 commit comments

Comments
 (0)