Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Chris Stevens
docs.cstevens.io
Commits
79fbe7c0
Verified
Commit
79fbe7c0
authored
Jul 21, 2022
by
Chris Stevens
Browse files
formatting
parent
a1779a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/notes/kubernetes.rst
View file @
79fbe7c0
...
...
@@ -11,7 +11,7 @@ First let's create a key and a certificate signing request
.. code-block:: shell
USER=cstevens
`
openssl
`
req -newkey ed25519 -nodes -keyout ${USER}.key -out ${USER}.csr -subj /CN=${USER}/O=admins
openssl req -newkey ed25519 -nodes -keyout ${USER}.key -out ${USER}.csr -subj /CN=${USER}/O=admins
Kubernetes can sign certificate requests, so let's submit the certificate signing request (CSR) file for approval. It'll need to be base64 encoded.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment