Skip to content

Commit

Permalink
Merge pull request #33 from G-Core/add-automated-field-to-cert-create…
Browse files Browse the repository at this point in the history
…-request

add Automated field to create cert request
  • Loading branch information
andrei-lukyanchyk authored Mar 20, 2023
2 parents 861341d + 2f456a6 commit b63f8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sslcerts/sslcerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ type CreateRequest struct {
Name string `json:"name"`
Cert string `json:"sslCertificate"`
PrivateKey string `json:"sslPrivateKey"`
Automated bool `json:"automated"`
}

0 comments on commit b63f8de

Please sign in to comment.