diff options
| author | George Tankersley <george.tankersley@coreos.com> | 2016-04-14 14:03:31 -0700 |
|---|---|---|
| committer | George Tankersley <george.tankersley@coreos.com> | 2016-04-14 14:03:31 -0700 |
| commit | fef7244ebc9e9cbff7b2b582d6a58c2a2d8d9a45 (patch) | |
| tree | ac650e0b3c44ce4d199f1faed1e4075ff9f8610b | |
| parent | 45ee7be1ce2b9a637d235003f196a446e77e980b (diff) | |
docs/proposals: specify encoding of certificate requests
| -rw-r--r-- | kubelet-tls-bootstrap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubelet-tls-bootstrap.md b/kubelet-tls-bootstrap.md index 95536ca5..a0ec6b95 100644 --- a/kubelet-tls-bootstrap.md +++ b/kubelet-tls-bootstrap.md @@ -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. |
