[freeipa PR#1378][opened] test_server_del: Added automation for bugzilla bz1506188.
by ndehadrai
URL: https://github.com/freeipa/freeipa/pull/1378
Author: ndehadrai
Title: #1378: test_server_del: Added automation for bugzilla bz1506188.
Action: opened
PR body:
"""
Patch1:
1) Added automation for verification steps for bz1506188.
2) The code setusp up IPA-Master/ Replica and then checks for
deletion of Replica using 'ipa server-del' command.
3) It also checks for verification of 'ipa dnsserver-find' command
output once the replica server details are removed.
Patch2:
1) Removed unsed assert statement inside code.
2) Realigned code for doc-string information within
80 character limit length.
Signed-off-by: Nikhil Dehadrai <ndehadra(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1378/head:pr1378
git checkout pr1378
5 years
Lets Encrypt scripts for multiple principals and Web/LDAP
by Antonia Stevens
Hi,
Thought I should introduce myself and post a link to some recent work which
might be relevant for some of you.
My name is Antonia Stevens and I'm a DevOps Engineer and long time FreeIPA
user.
We recently had a need to get proper certs for IPA servers in AWS which
means they have multiple IPs/DNS Names/Principals, since I could not find
anything I hacked together a couple of bash scripts to make it a bit easier.
https://github.com/antevens/letsencrypt-freeipa
Thanks for all the great work and depending on my schedule I might try to
contribute a bit more going forward.
Antonia Stevens
@antevens
a(a)antevens.com
https://github.com/antevens/
5 years, 2 months