Skip to content

Setting up Security Domain

Endi S. Dewata edited this page Nov 29, 2023 · 21 revisions

Creating Security Domain

$ pki-server ca-sd-create \
    --name EXAMPLE

Adding Subsystem

$ pki-server ca-sd-subsystem-add \
    --subsystem CA \
    --hostname pki.example.com \
    --unsecure-port 8080 \
    --secure-port 8443 \
    --domain-manager
Clone this wiki locally