File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ There is also experimental (alpha) support for distributing [trust bundles](#clu
31
31
{{< feature-state for_k8s_version="v1.19" state="stable" >}}
32
32
33
33
34
- A CertificateSigningRequest (CSR) resource is used to request that a certificate be signed
34
+ A [ CertificateSigningRequest] ( /docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1/ )
35
+ (CSR) resource is used to request that a certificate be signed
35
36
by a denoted signer, after which the request may be approved or denied before
36
37
finally being signed.
37
38
@@ -505,7 +506,9 @@ openssl req -new -key myuser.key -out myuser.csr -subj "/CN=myuser"
505
506
506
507
# ## Create a CertificateSigningRequest {#create-certificatessigningrequest}
507
508
508
- Create a CertificateSigningRequest and submit it to a Kubernetes Cluster via kubectl. Below is a script to generate the CertificateSigningRequest.
509
+ Create a [CertificateSigningRequest](/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1/)
510
+ and submit it to a Kubernetes Cluster via kubectl. Below is a script to generate the
511
+ CertificateSigningRequest.
509
512
510
513
` ` ` shell
511
514
cat <<EOF | kubectl apply -f -
You can’t perform that action at this time.
0 commit comments