Bug #34598
Keytool does not work on FIPS enabled EL 8
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Eric Helms
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-certs/pull/394 added
#2
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.3.0 added
#3
Updated by Eric Helms about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-certs|a48d1da35e0d9049da43c8bf4c06fd0981bfde28.
Fixes #34598: Disable fips for keytool
Starting with EL 8, the Java stack has FIPS support built in. This
causes the keytool utility to break on FIPS enabled machines. To solve this,
and achieve EL7-like comptability for FIPS, FIPS is disabled during the keytool
runtime via -Dcom.redhat.fips=false for each invoke of keytool.