diff options
author | B. Stack <bgstack15@gmail.com> | 2022-12-18 22:37:10 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-12-18 22:37:10 -0500 |
commit | 28fc6920d0b8a525b2d5ca2715bec402382bf13c (patch) | |
tree | 16b17e5fb6b254249ef821928e38f60106531ccf /fca.conf.example | |
parent | init commit (diff) | |
download | freeipa-cert-alert-28fc6920d0b8a525b2d5ca2715bec402382bf13c.tar.gz freeipa-cert-alert-28fc6920d0b8a525b2d5ca2715bec402382bf13c.tar.bz2 freeipa-cert-alert-28fc6920d0b8a525b2d5ca2715bec402382bf13c.zip |
add PASTDAYS support
Diffstat (limited to 'fca.conf.example')
-rw-r--r-- | fca.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
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 |