From fef7244ebc9e9cbff7b2b582d6a58c2a2d8d9a45 Mon Sep 17 00:00:00 2001 From: George Tankersley Date: Thu, 14 Apr 2016 14:03:31 -0700 Subject: docs/proposals: specify encoding of certificate requests --- kubelet-tls-bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3