ByCloud Docs
GuidesCLIAPISDK

Validate certificate DNS

bycloud certificates validate create --certificate_id <certificate_id> [flags]

Validate DNS configuration and trigger ACME certificate issuance. Call this after configuring the DNS CNAME records as specified in the certificate's dns_setup. Only applicable for ACME certificates in pending_dns status.

Options

--certificate_id

stringrequired

Certificate ID

--output

(-o)

stringoptional

Output format: text, json, or yaml

Values: "text", "json", "yaml"

Default: "text"

Command

bycloud certificates validate create \
--certificate_id "abc-123"

Output

ID 550e8400-e29b-41d4-a716-446655440000
CRN crn:sao1:certificate:certificate:550e8400-e29b-41d4-a716-446655440000
NAME my-certificate
TYPE acme
DOMAINS example.com, *.example.com
STATUS active
EXPIRES_AT 2024-01-15T10:30:00Z
RENEW_AFTER 2024-01-15T10:30:00Z
ERROR_MESSAGE string
CREATED_AT 2024-01-15T10:30:00Z
UPDATED_AT 2024-01-15T10:30:00Z