diff options
author | B. Stack <bgstack15@gmail.com> | 2024-05-03 14:44:59 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-05-03 14:44:59 -0400 |
commit | 72666867559733328ce406937e2dfb313a8f9234 (patch) | |
tree | 6422bf20a41b69d28a26a89dd76a477376cc23d3 /fca.conf.example | |
parent | add PASTDAYS support (diff) | |
download | freeipa-cert-alert-72666867559733328ce406937e2dfb313a8f9234.tar.gz freeipa-cert-alert-72666867559733328ce406937e2dfb313a8f9234.tar.bz2 freeipa-cert-alert-72666867559733328ce406937e2dfb313a8f9234.zip |
add hide-replaced-certs parameter
Diffstat (limited to 'fca.conf.example')
-rw-r--r-- | fca.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fca.conf.example b/fca.conf.example index 2f89665..abba582 100644 --- a/fca.conf.example +++ b/fca.conf.example @@ -6,3 +6,4 @@ export FREEIPA_PASSWORD='plaintextpassword' #export FREEIPA_PASSWORD="$( printf '9237a419f3741ef734==' | base64 -d )" export PASTDAYS=0 export DAYS=30 +export FREEIPA_HIDE_REPLACED_CERTS=1 |