Skip to content

Setting up KRA Admin User

Endi S. Dewata edited this page Jan 15, 2024 · 1 revision

Overview

This page describes the process to set up a KRA admin user with PKI tools.

Adding KRA Admin User

$ pki-server kra-user-add \
    --full-name Administrator \
    --type adminType \
    kraadmin

Assigning Certificate to KRA Admin User

$ pki-server kra-user-cert-add \
    --cert admin.crt \
    kraadmin

Assigning Roles to KRA Admin User

$ pki-server kra-user-role-add caadmin "Administrators"
$ pki-server kra-user-role-add caadmin "Data Recovery Manager Agents"
Clone this wiki locally