-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
lastUpdated: "03/26/2024" | ||
title: "tlsa_expire_interval" | ||
description: "tlsa expire interval how often to check for domains with expired DANE TLSA record information dns tlsa expire interval" | ||
--- | ||
|
||
<a name="conf.ref.tlsa_expire_interval"></a> | ||
## Name | ||
|
||
tlsa_expire_interval — how often to check for domains with expired DANE TLSA information | ||
|
||
## Synopsis | ||
|
||
`tlsa_expire_interval = 120` | ||
|
||
## Description | ||
|
||
How often the garbage collector should check for domains with expired DANE TLSA record entries and remove them. This information is normally refreshed during regular DNS record refresh, but if domains have not been used in a long time, this will remove those unneeded entries. | ||
|
||
The default is `3600` seconds. | ||
|
||
## Scope | ||
|
||
`tlsa_expire_interval` is valid in the global scope. |