Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed Nov 29, 2023
1 parent d06dc8f commit 480598b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/reference/pages/feature/appSecurity/examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Alternatively, you can specify the `validationKeys` subelement to specify a part
----
<ltpa>
<validationKeys fileName="validation1.keys" password="{xor}Lz4sLCgwLTs=" validUntilDate="2024-01-02T12:30:00Z"/>
<ltpa/>
</ltpa>
----
+
The `fileName` and `password` attributes are required in the `validationKeys` element, but the `validUntilDate` attribute is optional.
Expand All @@ -131,7 +131,7 @@ When you specify the `validationKeys` subelement, the `monitorValidationKeysDir`
----
<ltpa monitorValidationKeysDir="true" monitorInterval="5m">
<validationKeys fileName="validation1.keys" password="{xor}Lz4sLCgwLTs=" validUntilDate="2024-01-02T12:30:00Z"/>
<ltpa/>
</ltpa>
----
+
In this case, any validation keys in files other than the file that is specified by the `validationKeys` subelement remain in use until you delete the corresponding `.keys` file or set the `monitorValidationKeysDir` attribute to `false`.
Expand Down

0 comments on commit 480598b

Please sign in to comment.