corosync-qdevice.sysconfig.example 968 B

1234567891011121314151617181920
  1. # Configuration file for the Corosync Qdevice daemon init script,
  2. # systemd unit and corosync-qdevice-net-certutil tool.
  3. # COROSYNC_QDEVICE_OPTIONS specifies options passed to corosync-qdevice command
  4. # (default is no options).
  5. # See "man corosync-qdevice" for detailed descriptions of the options.
  6. COROSYNC_QDEVICE_OPTIONS=""
  7. # COROSYNC_QDEVICE_NET_CERTUTIL_KEY_SIZE specifies the key size to use when generating
  8. # new public and private key pairs. This is equivalent to the -g option.
  9. #COROSYNC_QDEVICE_NET_CERTUTIL_KEY_SIZE=""
  10. # COROSYNC_QDEVICE_NET_CERTUTIL_KEY_TYPE specifies the key type to use when generating
  11. # new public and private key pairs. This is equivalent to the -k option.
  12. #COROSYNC_QDEVICE_NET_CERTUTIL_KEY_TYPE=""
  13. # COROSYNC_QDEVICE_NET_CERTUTIL_PARAMSET specifies the curve-name or ml-dsa-parameter-set
  14. # to use when generating new public and private key pairs.
  15. # This is equivalent to the -q option.
  16. #COROSYNC_QDEVICE_NET_CERTUTIL_PARAMSET=""