We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9567a2 + 7dc83d4 commit c9aae3bCopy full SHA for c9aae3b
pkg/types.go
@@ -20,6 +20,10 @@ type Location struct {
20
type SSLCertificate struct {
21
ID string `json:"id"`
22
Name string `json:"name"`
23
+ Type string `json:"type"`
24
+ Issuer *string `json:"issuer"`
25
+ Subject string `json:"subject"`
26
+ DomainNames []string `json:"domain_names"`
27
Sha1Fingerprint string `json:"sha1_fingerprint"`
28
Labels map[string]string `json:"labels"`
29
Expires *time.Time `json:"expires_at"`
0 commit comments