mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 06:03:48 +03:00
add a line break between struct fields
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
5610ff9db4
commit
37c6f1c5b6
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue