-
Notifications
You must be signed in to change notification settings - Fork 135
PKI CLI Connection
Endi S. Dewata edited this page Nov 6, 2020
·
3 revisions
By default PKI CLI will connect to the PKI server with the following parameters:
-
Protocol: https
-
Hostname: localhost
-
Port: 8443
The parameters can be individually changed with the following options:
$ pki -P <protocol> -h <hostname> -p <port> <command>
Alternatively, the connection parameters can be specified as a URL:
$ pki -U <protocol>://<hostname>:<port> <command>
For example, to access a local PKI server, no need to specify the connection parameters:
$ pki info
To access a remote PKI server:
$ pki -U https://pki.demo.dogtagpki.org info
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |