diff options
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 |