Fix typos
This commit is contained in:
parent
6c48b98f2c
commit
b56ca905cd
2 changed files with 3 additions and 3 deletions
|
@ -381,7 +381,7 @@ fine grain admin permissions.
|
||||||
|
|
||||||
==== Making the Request
|
==== Making the Request
|
||||||
|
|
||||||
Make the request as described in other chapters except additionally specify the `request_subject` parameter. The
|
Make the request as described in other chapters except additionally specify the `requested_subject` parameter. The
|
||||||
value of this parameter must be a username or user id.
|
value of this parameter must be a username or user id.
|
||||||
|
|
||||||
[source,bash]
|
[source,bash]
|
||||||
|
|
|
@ -36,8 +36,8 @@ between the new keys where added and the old keys removed will have to re-authen
|
||||||
This also applies to offline tokens. To make sure they are updated the applications need to refresh the tokens before
|
This also applies to offline tokens. To make sure they are updated the applications need to refresh the tokens before
|
||||||
the old keys are removed.
|
the old keys are removed.
|
||||||
|
|
||||||
As a guideline it may be a good idea to create new keys every 3-6 months and delete old keys 1-2 months after the new
|
As a guideline, it may be a good idea to create new keys every 3-6 months and delete old keys 1-2 months after the new
|
||||||
keys where created.
|
keys were created.
|
||||||
|
|
||||||
==== Adding a generated keypair
|
==== Adding a generated keypair
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue