Accessing PKI Services with sslget - dogtagpki/pki GitHub Wiki
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> ...