Skip to content

PKI Server TPS Connector CLI

Endi S. Dewata edited this page May 7, 2025 · 2 revisions

Overview

The pki-server tps-connector-* commands provide a way to manage connectors in TPS. These commands can only be executed by the system administrator.

Availability: Since PKI 11.7.

Listing Connectors

$ pki-server tps-connector-find

Adding CA connector

$ pki-server tps-connector-add \
    --type CA \
    --url https://ca.example.com:8443 \
    --nickname subsystem \
    ca1

Adding KRA connector

$ pki-server tps-connector-add \
    --type KRA \
    --url https://kra.example.com:8443 \
    --nickname subsystem \
    kra1

Adding TKS connector

$ pki-server tps-connector-add \
    --type TKS \
    --url https://tks.example.com:8443 \
    --nickname subsystem \
    --keygen \
    tks1
Clone this wiki locally