Configuring Delinea Credentials Cache on Red Hat Enterprise Linux
To configure Delinea Credentials Cache on Red Hat Enterprise Linux, you must install .NET Core. The following section provides the installation steps.
You must also perform the following configuration tasks:
Installing .NET Core on Red Hat Enterprise Linux
Open the Red Hat command prompt with root privileges and run the commands in the order listed below.
-
sudo rpm --importExample:
https://packages.microsoft.com/keys/microsoft.asc -
sudo tee /etc/yum.repos.d/dotnet-sdk.repoExample:
<< EOF[microsoft-dotnet]name=Microsoft dotnetbaseurl=https://packages.microsoft.com/rhel/7/prod/enabled=1gpgcheck=1gpgkey=https://packages.microsoft.com/keys/microsoft.ascEOFIf you use RHEL 8, replace
rhel/7withrhel/8in the base URL line. -
sudo yum install aspnetcore-runtime-7.0Example:
UpdatingSubscriptionManagementRepositories