corosync-qnetd.sysconfig.example 1.2 KB

123456789101112131415161718192021222324252627
  1. # Configuration file for the Corosync Qdevice Network daemon init script,
  2. # systemd unit and corosync-qnetd-certutil tool.
  3. # COROSYNC_QNETD_OPTIONS specifies options passed to corosync-qnetd command
  4. # (default is no options).
  5. # See "man corosync-qnetd" for detailed descriptions of the options.
  6. COROSYNC_QNETD_OPTIONS=""
  7. # COROSYNC_QNETD_RUNAS specifies user under which qnetd daemon should be running
  8. # (not set or empty is default and means "user who executes init script")
  9. # Make sure to set correct owner of directories /etc/corosync/qnetd and
  10. # /var/run/corosync-qnetd
  11. # This has no effect if systemd unit is used (you have to change unit file)
  12. COROSYNC_QNETD_RUNAS=""
  13. # COROSYNC_QNETD_CERTUTIL_KEY_SIZE specifies the key size to use when generating
  14. # new public and private key pairs. This is equivalent to the -g option.
  15. #COROSYNC_QNETD_CERTUTIL_KEY_SIZE=""
  16. # COROSYNC_QNETD_CERTUTIL_KEY_TYPE specifies the key type to use when generating
  17. # new public and private key pairs. This is equivalent to the -k option.
  18. #COROSYNC_QNETD_CERTUTIL_KEY_TYPE=""
  19. # COROSYNC_QNETD_CERTUTIL_PARAMSET specifies the curve-name or ml-dsa-parameter-set
  20. # to use when generating new public and private key pairs.
  21. # This is equivalent to the -q option.
  22. #COROSYNC_QNETD_CERTUTIL_PARAMSET=""