Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 411aed2

Browse files
authored
Merge pull request #931 from DrDaveD/renewer-fix
Fix incorrect config.ini paths
2 parents 11b0a38 + d480a9c commit 411aed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/other/osg-token-renewer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To create a new client account named `<ACCOUNT_SHORTNAME>`:
6969
log in with your account for your issuer, and authorize the request).
7070
1. If this succeeds, you will be prompted with a new
7171
`[account <ACCOUNT_SHORTNAME>]` section to add to your `config.ini`.
72-
Add the section to your `/etc/token-renewer/config.ini`,
72+
Add the section to your `/etc/osg/token-renewer/config.ini`,
7373
replacing the example section if it's still there.
7474

7575
Next you can configure one or more tokens for this client account.
@@ -78,7 +78,7 @@ Next you can configure one or more tokens for this client account.
7878
### Configuring tokens
7979

8080
After you have created an OIDC client account and added it to
81-
`/osg/token-renewer/config.ini`, you need to create a corresponding `token`
81+
`/etc/osg/token-renewer/config.ini`, you need to create a corresponding `token`
8282
section in the config for each token that should be generated for this account
8383
(possibly with different options).
8484

0 commit comments

Comments
 (0)