[Freeipa-devel] Re: freeIPA certificate with Let’s Encrypt

2018-01-03 Thread Antonia Stevens via FreeIPA-devel
I actually had Rob Crittenden point that issue out to me and encourage me to work on this after I created the shell scripts as a quick fix to solve our immediate internal need. Now I'm dreaming if a day where I can automatically issue and renew certs signed by a publicly trusted CA across our

[Freeipa-devel] FreeIPA wiki - new backup scripts

2018-01-03 Thread Martin Kosek via FreeIPA-devel
Hello, I finished hopefully the final major gap with our new FreeIPA wiki infrastructure - a regular backup. I used our existing AWS infrastructure to come up with a shell script [1] and AWS Lambda function triggering it [2] periodically (daily), to store backups to our S3 storage (database dump

[Freeipa-devel] [freeipa PR#1430][opened] Avoid to use non existent attributes

2018-01-03 Thread pilou- via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1430 Author: pilou- Title: #1430: Avoid to use non existent attributes Action: opened PR body: """ Closes: https://pagure.io/freeipa/issue/7345 2nd commit: about `path` used by `ServerInfo._read` and `ServerInfo._write`, I am not sure what value

[Freeipa-devel] [freeipa PR#1431][opened] Fixing test_testconfig with proper asserts

2018-01-03 Thread felipevolpone via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/1431 Author: felipevolpone Title: #1431: Fixing test_testconfig with proper asserts Action: opened PR body: """ When the `cls` in env_config.py is a WinHost, the `__init__` receives different parameters. Now, it's adapted to all different kinds of