You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/packages.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,15 @@ To set up an APT package repository for Debian and Ubuntu platforms:
75
75
76
76
### Enterprise Linux
77
77
78
-
To set up a Yum package repository for Enterprise Linux platforms:
78
+
{{< note >}}
79
+
80
+
Starting in Chef Infra Client 18.6.2, we upgraded the GPG signing algorithm used to sign RHEL packages from SHA1 to SHA256. RHEL 9 no longer supports the less secure SHA1 hashes.
81
+
82
+
{{< /note >}}
83
+
84
+
Before you begin, verify that you have the `yum-utils` package installed.
85
+
86
+
To set up a Yum package repository for Enterprise Linux platforms, follow these steps:
79
87
80
88
1. Install the public key for Chef Software:
81
89
@@ -99,20 +107,10 @@ To set up a Yum package repository for Enterprise Linux platforms:
99
107
Replace:
100
108
101
109
- `<CHANNEL>` with the release channel: `stable` or `current`.
102
-
- `<VERSION>` with the version Enterprise Linux version.
0 commit comments