Installing IPA Server with CA - dogtagpki/freeipa GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️