CA Enable Profile REST API - dogtagpki/pki GitHub Wiki

Request

  • Path: /ca/rest/profiles/{id}

  • Method: POST

  • Query Parameter:

    • action: enable

  • Content: None

Response

  • Code: 204

  • Content: None

$ curl \
    -k \
    -s \
    -X POST \
    --cookie cookies \
    https://localhost.localdomain:8443/ca/rest/profiles/test?action=enable
⚠️ **GitHub.com Fallback** ⚠️