Skip to content

Setting up OCSP Admin User

Endi S. Dewata edited this page May 21, 2024 · 2 revisions

Overview

This page describes the process to set up an OCSP admin user with PKI tools.

Adding OCSP Admin User

$ pki-server ocsp-user-add \
    --full-name Administrator \
    --type adminType \
    ocspadmin

Assigning Certificate to OCSP Admin User

$ pki-server ocsp-user-cert-add \
    --cert admin.crt \
    ocspadmin

Assigning Roles to OCSP Admin User

$ pki-server ocsp-user-role-add ocspadmin "Administrators"
Clone this wiki locally