Skip to content

Commit

Permalink
Ensure ca-certificates package is in the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed May 26, 2022
1 parent a72832b commit c29e63c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog 1.0

## [1.0.4] 2022-xx-xx

### Fixed

- [CentOS/RHEL] download-requirements.sh fails due to expired certificate

## [1.0.3] 2022-05-16

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ else
fi
fi

# Ensure ca-certificates package is in the latest version
run_cmd_with_retries yum install -y ca-certificates 3

# Fix for RHUI client certificate expiration [#2319]
if is_repo_enabled "rhui-microsoft-azure-rhel"; then
run_cmd_with_retries yum update -y --disablerepo='*' --enablerepo='rhui-microsoft-azure-rhel*' 3
Expand Down

0 comments on commit c29e63c

Please sign in to comment.