Merge pull request #39180 from Zhuzhenghao/certificate-signing-requests

Make layout prettier in certificate-signing-requests.md
pull/39179/head
Kubernetes Prow Robot 2023-01-30 22:14:48 -08:00 committed by GitHub
commit c809bcc796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 37 deletions

View File

@ -238,7 +238,11 @@ Some points to note:
- `usages` has to be '`client auth`'
- `expirationSeconds` could be made longer (i.e. `864000` for ten days) or shorter (i.e. `3600` for one hour)
- `request` is the base64 encoded value of the CSR file content.
You can get the content using this command: ```cat myuser.csr | base64 | tr -d "\n"```
You can get the content using this command:
```shell
cat myuser.csr | base64 | tr -d "\n"
```
### Approve certificate signing request