Accessing PKI Services with sslget - dogtagpki/pki GitHub Wiki

Overview

This page describes how to use sslget to access PKI services.

Note: sslget has been deprecated in PKI 11.5. Use PKI CLI or curl instead.

Initialization

Before using sslget, prepare an NSS database, for example:

$ pki client-init --force

GET Operation

To execute a GET operation:

$ sslget -d ~/.dogtag/nssdb -p "" -r <path> $HOSTNAME:8443

POST Operation

To execute a POST operation:

$ sslget -d ~/.dogtag/nssdb -p "" -e <data> -r <path> $HOSTNAME:8443

Authentication

To authenticate using a client certificate in the NSS database:

$ sslget -d ~/.dogtag/nssdb -p "" -n <nickname> ...
⚠️ **GitHub.com Fallback** ⚠️