From 5d479cc971d2666796f2189b289375c588245d2b Mon Sep 17 00:00:00 2001 From: George Tankersley Date: Thu, 14 Apr 2016 14:03:31 -0700 Subject: [PATCH] docs/proposals: specify encoding of certificate requests --- docs/proposals/kubelet-tls-bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/kubelet-tls-bootstrap.md b/docs/proposals/kubelet-tls-bootstrap.md index 95536ca5b02..a0ec6b958d5 100644 --- a/docs/proposals/kubelet-tls-bootstrap.md +++ b/docs/proposals/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.