aboutsummaryrefslogtreecommitdiff
path: root/fca.conf.example
blob: abba5828ac895b22f7c5cf7703595854165a3ea7 (plain)
1
2
3
4
5
6
7
8
9
# 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
export FREEIPA_HIDE_REPLACED_CERTS=1
bgstack15