mirror of
https://github.com/certimate-go/certimate.git
synced 2026-09-03 06:23:54 +08:00
9 lines
244 B
Go
9 lines
244 B
Go
package proxmoxbs
|
|
|
|
type CustomCertificate struct {
|
|
Certificates string `json:"certificates,omitempty"`
|
|
Force bool `json:"force,omitempty"`
|
|
Key string `json:"key,omitempty"`
|
|
Restart bool `json:"restart,omitempty"`
|
|
}
|