-
Notifications
You must be signed in to change notification settings - Fork 137
Accessing PKI Services with sslget
Endi S. Dewata edited this page May 30, 2023
·
5 revisions
Before using sslget
, prepare an NSS database, for example:
$ pki client-init --force
To execute a GET
operation:
$ sslget -d ~/.dogtag/nssdb -p "" -r <path> $HOSTNAME:8443
To execute a POST
operation:
$ sslget -d ~/.dogtag/nssdb -p "" -e <data> -r <path> $HOSTNAME:8443
To authenticate using a client certificate in the NSS database:
$ sslget -d ~/.dogtag/nssdb -p "" -n <nickname> ...
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |