Skip to content

Commit

Permalink
add LE issue to create resource request (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalii Velikodnyi <vitaly.velikodny@gcorelabs.com>
  • Loading branch information
vvelikodny and Vitalii Velikodnyi authored May 24, 2022
1 parent 64eac1f commit 391bb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type CreateRequest struct {
SSlEnabled bool `json:"sslEnabled"`
SSLData int `json:"sslData,omitempty"`
SSLAutomated bool `json:"ssl_automated"`
LEIssue bool `json:"le_issue,omitempty"`
IssueLECert bool `json:"le_issue,omitempty"`
Options *gcore.Options `json:"options,omitempty"`
}

Expand Down

0 comments on commit 391bb18

Please sign in to comment.