ACME Server

ACMEServer defines the ACMEDNS server.

For example, a typical definition of ACMEServer for Kalm-Cloud cluster would look as follows:

apiVersion: core.kalm.dev/v1alpha1
kind: ACMEServer
metadata:
name: acme-server
spec:
acmeDomain: acme.example-cluster.clusters.kalm-dns.com
nsDomain: ns-acme.example-cluster.clusters.kalm-dns.com

ACMEServer

FieldTypeDescriptionRequired
acmeDomainstringsub-domains of this will server TXT records for DNS01 challengeTrue
nsDomainstringthe NameServer domainTrue

ACMEServerStatus

FieldTypeDescription
readyboolwhether this ACME-Server is up running.
ipForNameServerstringip for this name server
Last updated on by Liu Mingmin