aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-05-03 14:44:59 -0400
committerB. Stack <bgstack15@gmail.com>2024-05-03 14:44:59 -0400
commit72666867559733328ce406937e2dfb313a8f9234 (patch)
tree6422bf20a41b69d28a26a89dd76a477376cc23d3 /README.md
parentadd PASTDAYS support (diff)
downloadfreeipa-cert-alert-72666867559733328ce406937e2dfb313a8f9234.tar.gz
freeipa-cert-alert-72666867559733328ce406937e2dfb313a8f9234.tar.bz2
freeipa-cert-alert-72666867559733328ce406937e2dfb313a8f9234.zip
add hide-replaced-certs parameter
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70cf3e4..0c4bdec 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ You configure it with environment variables at runtime, including:
* `FREEIPA_USERNAME`
* `FREEIPA_PASSWORD`
* `DAYS`
+* `FREEIPA_HIDE_REPLACED_CERTS`
For some reason, domain name does not suffice as the server name. You must pick a server name. This is discoverable in a properly-functioning Kerberos domain with:
bgstack15