api.go 130 B

1234567
  1. package client
  2. // SignResult is the result of signing a CSR.
  3. type SignResult struct {
  4. Certificate []byte `json:"certificate"`
  5. }