mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 05:29:51 +00:00
9 lines
225 B
Go
9 lines
225 B
Go
package bunny
|
|
|
|
type AddCustomCertificateRequest struct {
|
|
Hostname string `json:"Hostname"`
|
|
PullZoneId string `json:"-"`
|
|
Certificate string `json:"Certificate"`
|
|
CertificateKey string `json:"CertificateKey"`
|
|
}
|