From 28fc6920d0b8a525b2d5ca2715bec402382bf13c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 18 Dec 2022 22:37:10 -0500 Subject: add PASTDAYS support --- fca.conf.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fca.conf.example (limited to 'fca.conf.example') diff --git a/fca.conf.example b/fca.conf.example new file mode 100644 index 0000000..2f89665 --- /dev/null +++ b/fca.conf.example @@ -0,0 +1,8 @@ +# Config file for freeipa-cert-alert; dot-source this and then run the python script +export FREEIPA_SERVER=dns1.ipa.example.com +export FREEIPA_USERNAME=bgstack15 +export FREEIPA_PASSWORD='plaintextpassword' +# OR +#export FREEIPA_PASSWORD="$( printf '9237a419f3741ef734==' | base64 -d )" +export PASTDAYS=0 +export DAYS=30 -- cgit