Skip to content

Installing IPA Server with CA

Endi S. Dewata edited this page Feb 24, 2023 · 3 revisions

Overview

This page describe the process to install a new IPA server with CA.

Installation Procedure

$ ipa-server-install \
    -U \
    --domain example.com \
    -r EXAMPLE.COM \
    -p Secret.123 \
    -a Secret.123 \
    --no-host-dns \
    --no-ntp

See Also

Clone this wiki locally