Actions
Issue #3828
closedpulp-gen-ca-certificate script fails when /proc/sys/crypto/fips_enabled doesn't exist
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.16.4
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
When /proc/sys/crypto/fips_enabled doesn't exist, the pulp-gen-ca-certificate script fails and exits with code 1 because of set -e. By first checking if it exists we avoid this.
Actions
Handle systems without fips_enabled in /proc
When /proc/sys/crypto/fips_enabled doesn't exist, the pulp-gen-ca-certificate script fails and exits with code 1 because of set -e. By first checking if it exists we avoid this.
Fixes #3828