TLS CERTIFICATE API

Version 7.0 to 7.1

Table of Contents

Breaking changes (0)

New (5)

Deprecated (0)

Updates (0)

Breaking changes

  • No changes

New

The following operations are introduced with this release:

[Certificate Signing Request]

  • POST /crosswork/platform/v2/cert/csr
    • New operation: Generates CSR
  • GET /crosswork/platform/v2/cert/csr/list
    • New operation: Gets a list of generated csr details
  • GET /crosswork/platform/v2/cert/template
    • New operation: Gets the default CSR template
  • GET /crosswork/platform/v2/cert/csr/download/{uuid}
    • New operation: Downloads the generated CSR
  • DELETE /crosswork/platform/v2/cert/csr/{uuid}
    • New operation: Deletes the generated CSR based on UUID

Deprecated

[CSR API's]

Updates

  • No updates