Skip to content

Commit

Permalink
Merge pull request #47193 from rodrigc/certificatesigningrequest-link
Browse files Browse the repository at this point in the history
Add links to CertificateSigningRequest API
  • Loading branch information
k8s-ci-robot authored Jul 18, 2024
2 parents 2aa8266 + 8e59b9f commit 1f9b476
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ There is also experimental (alpha) support for distributing [trust bundles](#clu
{{< feature-state for_k8s_version="v1.19" state="stable" >}}


A CertificateSigningRequest (CSR) resource is used to request that a certificate be signed
A [CertificateSigningRequest](/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1/)
(CSR) resource is used to request that a certificate be signed
by a denoted signer, after which the request may be approved or denied before
finally being signed.

Expand Down Expand Up @@ -505,7 +506,9 @@ openssl req -new -key myuser.key -out myuser.csr -subj "/CN=myuser"

### Create a CertificateSigningRequest {#create-certificatessigningrequest}

Create a CertificateSigningRequest and submit it to a Kubernetes Cluster via kubectl. Below is a script to generate the CertificateSigningRequest.
Create a [CertificateSigningRequest](/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1/)
and submit it to a Kubernetes Cluster via kubectl. Below is a script to generate the
CertificateSigningRequest.

```shell
cat <<EOF | kubectl apply -f -
Expand Down

0 comments on commit 1f9b476

Please sign in to comment.