create-munge-key(8) Create munge key

SYNOPSIS

create-munge-key [OPTION]...

DESCRIPTION

The create-munge-key script creates a cryptographic key for munge(8) authentication service

OPTIONS

-h
Display a summary of the command-line options.
-r
specify /dev/random as random file for key generation default is /dev/urandom which provide a worst entropy
-f
Force overwriting existing old key

EXIT STATUS

The create-munge-key returns a zero exit code when the key is successfully created. On error, it prints an error message to stderr and returns a non-zero exit code.

AUTHOR

Gennaro Oliva <[email protected]>