docs/proposals: specify encoding of certificate requests

This commit is contained in:
George Tankersley
2016-04-14 14:03:31 -07:00
parent ac1e82c38c
commit 5d479cc971

View File

@@ -94,7 +94,7 @@ type CertificateSigningRequest struct {
// This information is immutable after the request is created.
type CertificateSigningRequestSpec struct {
// Raw PKCS#10 CSR data
// base64-encoded PKCS#10 CSR data
CertificateRequest string `json:"request"`
// Any extra information the node wishes to send with the request.