Skip to content

Commit

Permalink
add a line break between struct fields
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Holt <[email protected]>
  • Loading branch information
mohammed90 and mholt committed Sep 15, 2023
1 parent 5610ff9 commit 37c6f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/caddypki/adminapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ type csrRequest struct {
// Only used with RSA keys and accepts minimum of 2048.
Size int `json:"size,omitempty"`
} `json:"key,omitempty"`

// SANs is a list of subject alternative names for the certificate.
SANs []string `json:"sans"`
}
Expand Down

0 comments on commit 37c6f1c

Please sign in to comment.