Skip to content

Commit 8e59b9f

Browse files
authored
Update certificate-signing-requests.md
1 parent a55b105 commit 8e59b9f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ finally being signed.
3939

4040
### Request signing process
4141

42-
The [CertificateSigningRequest](/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1/)
43-
resource type allows a client to ask for an X.509 certificate
42+
The CertificateSigningRequest resource type allows a client to ask for an X.509 certificate
4443
be issued, based on a signing request.
4544
The CertificateSigningRequest object includes a PEM-encoded PKCS#10 signing request in
4645
the `spec.request` field. The CertificateSigningRequest denotes the signer (the
@@ -287,8 +286,7 @@ Non-PEM content may appear before or after the CERTIFICATE PEM blocks and is unv
287286
to allow for explanatory text as described in [section 5.2 of RFC7468](https://www.rfc-editor.org/rfc/rfc7468#section-5.2).
288287

289288
When encoded in JSON or YAML, this field is base-64 encoded.
290-
A [CertificateSigningRequest](/docs/reference/kubernetes-api/authentication-resources/certificate-signing-request-v1/)
291-
containing the example certificate above would look like this:
289+
A CertificateSigningRequest containing the example certificate above would look like this:
292290

293291
```yaml
294292
apiVersion: certificates.k8s.io/v1
@@ -510,7 +508,7 @@ openssl req -new -key myuser.key -out myuser.csr -subj "/CN=myuser"
510508

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

515513
```shell
516514
cat <<EOF | kubectl apply -f -

0 commit comments

Comments
 (0)