random.conf 425 B

123456789101112131415161718
  1. random {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. # File to read random bytes from.
  6. # random = ${random_device}
  7. # If set to yes the RNG_STRONG class reads random bytes from the same source
  8. # as the RNG_TRUE class.
  9. # strong_equals_true = no
  10. # File to read pseudo random bytes from.
  11. # urandom = ${urandom_device}
  12. }