Closed Yamakasi closed 5 years ago
Thx, check out the changes in the develop branch if you have time and I'm happy to accept Pull/Merge requests :)
@antevens Will do, I also see some keytab issues for the lets encrypt keytab, maybe it's fixed there :)
Can you update the readme for this dev usage as well ?
I will test the "hell" out of it, PR's are not my thing really ;)
Hi,
Refering to #9
https://github.com/antevens/letsencrypt-freeipa/blob/662e4df4a8eeb0dd938e42c4e01e79eb8ecfbcc0/register.sh#L112
zone="$(echo "${principal}" | sed -e 's/^[a-zA-Z0-9\-\_]*\.//')"
needs to be:
zone="$(echo "${principal}" | sed -e 's/^[a-zA-Z0-9_-]*\.//')"
After this I still end up at:
Thanks so far!