aboutsummaryrefslogtreecommitdiff
path: root/fca.conf.example
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-12-18 22:37:10 -0500
committerB. Stack <bgstack15@gmail.com>2022-12-18 22:37:10 -0500
commit28fc6920d0b8a525b2d5ca2715bec402382bf13c (patch)
tree16b17e5fb6b254249ef821928e38f60106531ccf /fca.conf.example
parentinit commit (diff)
downloadfreeipa-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.example8
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
bgstack15