corosync-qdevice-net-certutil (8) Linux Manual Page
corosync-qdevice-net-certutil – tool to generate qdevice model net TLS certificates
Synopsis
corosync-qdevice-net-certutil [-i|-m|-M|-r|-s|-Q] [-c certificate] [-n cluster_name]
Description
corosync-qdevice-net-certutil is a frontend for NSS certutil used for generating client certificate for the net model of qdevice.
Options
-i- Initialize the QDevice Net NSS certificate database. The default directory for the database is /etc/corosync/qdevice/net/. This directory has to be writable by the current user. It needs the QNetd CA certificate passed as the
-cparameter. This certificate can be found on the server running QNetd in the file /etc/corosync/qnetd/nssdb/qnetd-cacert.crt. -m- Import the cluster certificate and key from a pk12 file.
-r- Generate a certificate request. The certificate request is exported into /etc/corosync/qdevice/net/qdevice-net-node.crq. It is necessary to pass the cluster name using the
-nparameter. The cluster name has to match the one defined in /etc/corosync/corosync.conf. -M- Import a signed certificate and export a certificate with private key into pk12 file.
-Q- Use ssh/scp to properly set both
corosync-qnetdandcorosync-qdevicecertificates on all nodes. It’s highly recommended that you use an ssh agent, or ssh/scp will keep asking for a password – roughly 8 times the number of nodes. -c- File with certificate to load.
-n- Name of the cluster.
See Also
corosync-qnetd(8) corosync-qdevice(8)
Author
Jan Friesse
