ACMEServer
ACMEServer represents the ACME Server entity
type ACMEServer {
id: ID!
name: String!
application: Application!
issuingTemplate: IssuingTemplate!
directoryURL: String!
eabCredentials: EABCredentials!
deactivated: Boolean!
createdOn: DateTime!
lastModifiedOn: DateTime!
certificateTags: [Tag!]
}
Fields
ACMEServer.id ● ID! non-null scalar
The unique identifier of the ACME server.
ACMEServer.name ● String! non-null scalar
The display name of the ACME server.
ACMEServer.application ● Application! non-null object
The application associated with this ACME server.
ACMEServer.issuingTemplate ● IssuingTemplate! non-null object
The issuing template used by this ACME server to issue certificates.
ACMEServer.directoryURL ● String! non-null scalar
The ACME directory URL endpoint for client discovery.
ACMEServer.eabCredentials ● EABCredentials! non-null object
The External Account Binding credentials for this ACME server.
ACMEServer.deactivated ● Boolean! non-null scalar
Whether this ACME server has been deactivated.
ACMEServer.createdOn ● DateTime! non-null scalar
The timestamp when this ACME server was created.
ACMEServer.lastModifiedOn ● DateTime! non-null scalar
The timestamp when this ACME server was last modified.
ACMEServer.certificateTags ● [Tag!] list object
The tags applied to certificates issued by this ACME server.
Member Of
ACMEServerConnection object ● ACMEServerEdge object ● CreateACMEServerPayload object ● UpdateACMEServerPayload object