[Freeipa-users] Re: freeipa upgrade from CentOS7 -> CentOS8 one replica is missing certificate SAN for ipa-ca

2021-11-22 Thread Andrei Neagoe via FreeIPA-users
Hi Sam, Thanks for the insight. I've deployed all IPA servers via freeipa ansible collection, all of them defined as CAs. I've fixed the issue for now but in a slightly different way (before your reply): mv /var/lib/ipa/private/httpd.key ./ mv /var/lib/ipa/certs/httpd.crt ./ ipa-getcert request

[Freeipa-users] Re: freeipa upgrade from CentOS7 -> CentOS8 one replica is missing certificate SAN for ipa-ca

2021-11-19 Thread Sam Morris via FreeIPA-users
Compare the output of "getcert list -f /var/lib/ipa/certs/httpd.crt" between your servers. Look at the "dns:" line -- is mentor missing the ipa-ca dns name? If so you can add it with "getcert resubmit -w -f /var/lib/ipa/certs/httpd.crt -D mentor.redacted-domain.com,ipa-ca.redacted-domain.com"