URL: https://github.com/freeipa/freeipa/pull/6122 Author: jh23453 Title: #6122: Remove deprecation warning when installing a CA replica Action: opened
PR body: """ I got the following message when installing a replica with CA:
2021-11-22T21:15:35Z DEBUG [5/30]: configuring certificate server instance
... WARNING: The 'pki_ssl_server_token' in [CA] has been deprecated. Use 'pki_sslserver_token' instead. Installation log: /var/log/pki/pki-ca-spawn.20211122221535.log Installing CA into /var/lib/pki/pki-tomcat.
With the following change the message no longer appears when installing a replica.
Signed-off-by: Jochen Kellner jochen@jochen.org """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6122/head:pr6122 git checkout pr6122
URL: https://github.com/freeipa/freeipa/pull/6122 Author: jh23453 Title: #6122: Remove deprecation warning when installing a CA replica Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6122/head:pr6122 git checkout pr6122
freeipa-devel@lists.fedorahosted.org