PKI ACME Logout REST API - dogtagpki/pki GitHub Wiki

Overview

The PKI ACME Logout operation will read the session ID provided via cookie, then invalidate the session on the server.

Request

  • URL: /acme/logout

  • Method: POST

  • Authentication: Required

  • Authorization: Not required

Response

Success

  • Code: 200

Unauthenticated

  • Code: 401

Examples

JSON
$ curl \
    -s \
    --request POST \
    -u admin:Secret.123 \
    https://pki.demo.dogtagpki.org/acme/logout

See Also

⚠️ **GitHub.com Fallback** ⚠️