-
Notifications
You must be signed in to change notification settings - Fork 137
Setting up TPS Admin User
Endi S. Dewata edited this page Jun 18, 2024
·
1 revision
This page describes the process to set up a TPS admin user with PKI tools.
$ pki-server tps-user-add \ --full-name Administrator \ --type adminType \ tpsadmin
In PKI 11.6 or later the user certificate can be specified with the --cert <path>
option.
$ pki-server tps-user-cert-add \ --cert admin.crt \ tpsadmin
$ pki-server tps-user-role-add tpsadmin "Administrators" $ pki-server tps-user-role-add tpsadmin "TPS Agents" $ pki-server tps-user-role-add tpsadmin "TPS Operators"
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |