aboutsummaryrefslogtreecommitdiff
path: root/fca.conf.example
blob: 2f89665416434a2af5a012c3bd6cdffe9b18efe2 (plain)
1
2
3
4
5
6
7
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