From 17f116ee9bb3b04a3f02fd8173ad448da81456c5 Mon Sep 17 00:00:00 2001 From: David Mueller Date: Mon, 4 Dec 2023 13:51:53 -0500 Subject: [PATCH] edits per review #6821 --- modules/reference/pages/feature/appSecurity/examples.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reference/pages/feature/appSecurity/examples.adoc b/modules/reference/pages/feature/appSecurity/examples.adoc index 97166076b2..8621ac2aeb 100644 --- a/modules/reference/pages/feature/appSecurity/examples.adoc +++ b/modules/reference/pages/feature/appSecurity/examples.adoc @@ -142,7 +142,7 @@ If you copy the primary keys to a validation keys file in the same directory, or 3. Delete the primary keys file. + -Open Liberty automatically generates a new primary keys file to validate new LTPA tokens, while it continues to use the validation keys files to validate existing LTPA tokens. In this way, you can rotate the LTPA keys without requiring existing users to reauthenticate. +Open Liberty automatically generates a new primary keys file to create and validate new LTPA tokens, while it continues to use the validation keys files to validate existing LTPA tokens. In this way, you can rotate the LTPA keys without requiring existing users to reauthenticate. 4. Optionally, when you no longer need the validation keys, remove them by deleting the validation keys file or by setting the `monitorValidationKeysDir` attribute to `false`. +