Skip to content

Commit

Permalink
Prefer OSG 24
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Nov 8, 2024
1 parent 0e33e2b commit e0ede48
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/data/osdf/install-cache-rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e0ede48

Please sign in to comment.