From e0ede483d04610e9d6837eff54993a54ba4b540c Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Fri, 8 Nov 2024 14:55:20 -0600 Subject: [PATCH] Prefer OSG 24 --- docs/data/osdf/install-cache-rpm.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/data/osdf/install-cache-rpm.md b/docs/data/osdf/install-cache-rpm.md index 0bdb9ecfd..63b0fddd3 100644 --- a/docs/data/osdf/install-cache-rpm.md +++ b/docs/data/osdf/install-cache-rpm.md @@ -63,16 +63,17 @@ Installing the Cache The cache service is provided by the `osdf-cache` RPM. Install it using one of the following commands: -OSG 23: -```console -root@host # yum install --enablerepo=osg-upcoming osdf-cache -``` OSG 24: ```console root@host # yum install osdf-cache --enablerepo=osg-testing ``` +OSG 23: +```console +root@host # yum install --enablerepo=osg-upcoming-testing osdf-cache +``` + Configuring the Cache Server ---------------------------- @@ -105,7 +106,8 @@ before starting the cache for the first time, it is generate a keypair. The newly created files, `issuer.jwk` and `issuer-pub.jwks` are the private and public keys, respectively. - **Save these files**; if you lose them, your cache will need to be re-approved. + +1. **Save these files**; if you lose them, your cache will need to be re-approved. Validating the Cache Installation