Prerequisites
Generate a CSR using a CSR generation tool available in your local system for a Quorum Witness (QW) server. You cannot import a QW server certificate from
HPE SSMC.
Procedure
-
Generate a CSR.
-
Get a signed certificate from CA for the QW server.
-
Import the
cert.pem, cacert.pem,
and QW client root CA to
/usr/local/etc directory on the QW server. The import file must be in
.pem
format.
Assemble a server certificate bundle (cert.pem
) for use by the local QW server. The bundle includes QW server private key, server certificate, and the server CA trust chain.
Save the bundle file as
cert.pem
.
Import the bundle file (cert.pem
) to
/usr/local/etc.
Import the root CA cert file (cacert.pem
) to
/usr/local/etc.
To start running QW on the server and
HPE Storage System after installing the certificates, run the following commands on the QW server:
$systemctl stop qwserv
$systemctl start qwserv
$systemctl status qwserv
Confirm that the command is running.