Commit Graph

2 Commits

Author SHA1 Message Date
Antonio Torres 9ac9146445
bootstrap: pass -noenc to cert generation on script as well
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>
2022-04-25 18:25:16 +02:00
Antonio Torres cb13e66776
bootstrap: pass -noenc to certificate generation
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>
2022-04-22 13:01:55 +02:00