You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipa-server-install --domain ipa.test --realm IPA.TEST --setup-dns --auto-forwarders -a Secret123 -p Secret123 --external-ca -U
This step generates a CSR in /root/ipa.csr. Create an external CA, sign the csr, and continue the installation with
The log file for this installation can be found in /var/log/ipaserver-install.log
==============================================================================
This program will set up the IPA Server.
Version 4.12.0.dev202405071236+git
This includes:
* Configure a stand-alone CA (dogtag) for certificate management
* Configure the NTP client (chronyd)
* Create and configure an instance of Directory Server
* Create and configure a Kerberos Key Distribution Center (KDC)
* Configure Apache (httpd)
* Configure DNS (bind)
* Configure SID generation
* Configure the KDC to enable PKINIT
Warning: skipping DNS resolution of host server.ipa.test
Checking DNS domain ipa.test., please wait ...
Trust is configured but no NetBIOS domain name found, setting it now.
Enter the NetBIOS name for the IPA domain.
Only up to 15 uppercase ASCII letters, digits and dashes are allowed.
Example: EXAMPLE.
NetBIOS domain name [IPA]:
Do you want to configure chrony with NTP server or pool address? [no]:
The IPA Master Server will be configured with:
Hostname: server.ipa.test
IP address(es): 10.0.187.161
Domain name: ipa.test
Realm name: IPA.TEST
The CA will be configured with:
Subject DN: CN=Certificate Authority,O=IPA.TEST
Subject base: O=IPA.TEST
Chaining: externally signed
BIND DNS server will be configured to serve IPA domain with:
Forwarders: 10.11.5.160, 10.2.70.215, 2620:52:0:aa0::dead:beef, 10.11.5.160, 10.2.70.215, 2620:52:0:aa0::dead:beef
Forward policy: only
Reverse zone(s): No reverse zone
Disabled p11-kit-proxy
Configuring ipa-custodia
[1/5]: Making sure custodia container exists
[2/5]: Generating ipa-custodia config file
[3/5]: Generating ipa-custodia keys
[4/5]: starting ipa-custodia
[5/5]: configuring ipa-custodia to start on boot
Done configuring ipa-custodia.
Configuring certificate server (pki-tomcatd). Estimated time: 3 minutes
[1/31]: configuring certificate server instance
Failed to configure CA instance
See the installation logs and the following files/directories for more information:
/var/log/pki/pki-tomcat
[error] RuntimeError: CA configuration failed.
CA configuration failed.
The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information
The logs from pki-ca-spawn contain the following message:
The installation of an IPA server with an externally-signed CA fails with PKI shipped in @pki/master copr repo.
Reproducer steps:
This step generates a CSR in /root/ipa.csr. Create an external CA, sign the csr, and continue the installation with
The installation fails:
The logs from pki-ca-spawn contain the following message:
and ipa-server-install log:
It looks like the command expects a filename but is provided the certificate content.
ipaserver-install.log
pki-ca-spawn.20240515033215.log
The text was updated successfully, but these errors were encountered: