From 92d8db9e8521fdd23a62387f2f4ead799f6a62ed Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 9 Jun 2020 10:29:40 -0700 Subject: [PATCH] Add escape characters to footnote asterisks --- content/rke/latest/en/installation/certs/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/rke/latest/en/installation/certs/_index.md b/content/rke/latest/en/installation/certs/_index.md index 13bb27681fe..e71e4575223 100644 --- a/content/rke/latest/en/installation/certs/_index.md +++ b/content/rke/latest/en/installation/certs/_index.md @@ -41,8 +41,10 @@ The following certificates must exist in the certificate directory. | Etcd Nodes | kube-etcd-x-x-x-x.pem | kube-etcd-x-x-x-x-key.pem | | Kube Api Request Header CA | kube-apiserver-requestheader-ca.pem* | kube-apiserver-requestheader-ca-key.pem** | | Service Account Token | - | kube-service-account-token-key.pem | -* Is the same as kube-ca.pem -** Is the same as kube-ca-key + +\* Is the same as kube-ca.pem +\** Is the same as kube-ca-key + ## Generating Certificate Signing Requests (CSRs) and Keys If you want to create and sign the certificates by a real Certificate Authority (CA), you can use RKE to generate a set of Certificate Signing Requests (CSRs) and keys. Using the `rke cert generate-csr` command, you can generate the CSRs and keys.