Installing IPA Server with CA and KRA - dogtagpki/freeipa GitHub Wiki

Overview

This page describes the process to install a new IPA server with CA and KRA.

Installation Procedure

$ ipa-server-install \
    -U \
    --domain example.com \
    -r EXAMPLE.COM \
    -p Secret.123 \
    -a Secret.123 \
    --setup-kra \
    --no-host-dns \
    --no-ntp
⚠️ **GitHub.com Fallback** ⚠️