Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.22 KB

acme_accounts_providers.rst

File metadata and controls

51 lines (40 loc) · 1.22 KB

acme_accounts/providers

4.0

GET

Gets a list of all ACME (Automatic Certificate Management Environment) providers set up in cdn.conf and Let's Encrypt.

Auth. Required

Yes

Roles Required

"admin" or "operations"

Permissions Required

ACME:READ

Response Type

Array

Request Structure

No parameters available

Response Structure

HTTP/1.1 200 OK
Content-Type: application/json

{ "response": [
    "CertAuth1",
    "CertAuth2",
    "CertAuth3"
]}