freeipa/ipatests/prci_definitions
Christian Heimes dbebed2e3a Add PKINIT support to ipa-client-install
The ``ipa-client-install`` command now supports PKINIT for client
enrollment. Existing X.509 client certificates can be used to
authenticate a host.

Also restart KRB5 KDC during ``ipa-certupdate`` so KDC picks up new CA
certificates for PKINIT.

*Requirements*

- The KDC must trust the CA chain of the client certificate.
- The client must be able to verify the KDC's PKINIT cert.
- The host entry must exist. This limitation may be removed in the
  future.
- A certmap rule must match the host certificate and map it to a single
  host entry.

*Example*

```
ipa-client-install \
    --pkinit-identity=FILE:/path/to/cert.pem,/path/to/key.pem \
    --pkinit-anchor=/path/to/kdc-ca-bundle.pem
```

Fixes: https://pagure.io/freeipa/issue/9271
Fixes: https://pagure.io/freeipa/issue/9269
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2022-11-16 14:32:05 +02:00
..
gating.yaml Tests: test on f37 and f36 2022-10-04 13:47:48 +02:00
nightly_latest_389ds.yaml Tests: test on f37 and f36 2022-10-04 13:47:48 +02:00
nightly_latest_pki.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
nightly_latest_selinux.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
nightly_latest_sssd.yaml Tests: test on f37 and f36 2022-10-04 13:47:48 +02:00
nightly_latest_testing_selinux.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
nightly_latest_testing.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
nightly_latest.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
nightly_previous.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
nightly_rawhide.yaml Add PKINIT support to ipa-client-install 2022-11-16 14:32:05 +02:00
prci_checker.py ipatest: fix prci checker target masked return code & add pylint 2022-08-01 09:34:42 -04:00
prci_jobs_spec.yaml ipatests: Checker script for prci definitions 2022-07-15 17:09:17 +02:00
temp_commit.yaml Tests: test on f37 and f36 2022-10-04 13:47:48 +02:00