While certificates have correct permissions set if generated through
bootstrap script, they don't if they are generated using "make"
directly. With this change certificate permissions are set to 640 and
ownership to root:radiusd.
Resolves: #2069224
Signed-off-by: Antonio Torres <antorres@redhat.com>
Commit cb13e66776 added this change to
certificate Makefile, change it on base script as well for consistency.
Resolves: #2069224
Signed-off-by: Antonio Torres <antorres@redhat.com>
Bootstrap script would fail to generate certificates if run on systems
with FIPS enabled. By passing the -noenc option, we can skip the usage
of unsupported algorithms on these systems.
Related: rhbz#2069224
Signed-off-by: Antonio Torres <antorres@redhat.com>