PKI TPS Get Configuration REST API - dogtagpki/pki GitHub Wiki

Legacy TPS Operation

  • op=edit_config_parameter&ptype=Generals

Request

  • Path: /tps/rest/config

  • Method: GET

Response

Success

  • Code: 200

Unauthorized

  • Code: 401

Example

$ curl -k -H "Accept: application/json" --user tpsadmin:Secret.123 -s https://$HOSTNAME:8443/tps/rest/config | python -m json.tool
⚠️ **GitHub.com Fallback** ⚠️