URL: https://github.com/freeipa/freeipa/pull/1894 Author: frasertweedale Title: #1894: install: fix reported external CA configuration Action: opened
PR body: """ The installer reports the CA configuration that will be used, including whether the CA is self-signed or externally-signed.
Installation with external CA takes two steps. The first step correctly reports the externally signed configuration (like the above), but the second step reports a self-signed configuration.
The CA *is* externally signed, but the configuration gets reported incorrectly at step 2. This could confuse the administrator. Fix the message.
Fixes: https://pagure.io/freeipa/issue/7523 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1894/head:pr1894 git checkout pr1894
URL: https://github.com/freeipa/freeipa/pull/1894 Author: frasertweedale Title: #1894: install: fix reported external CA configuration Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1894/head:pr1894 git checkout pr1894
freeipa-devel@lists.fedorahosted.org