You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR comment from #35: use a self-signed issuer in the example
As Richard pointed out, there is no need to use openssl (and a Docker
image of openssl that is not jetstack-branded) when we can simply use a
self-signed issuer for the same purpose.
Signed-off-by: Maël Valais <mael@vls.dev>
Co-authored-by: Richard Wall <richard.wall@jetstack.io>
<imgsrc="https://user-images.githubusercontent.com/2195781/109156989-cb415b80-7771-11eb-910c-de247ad67ac2.png"width="600px"alt="Clicking on 'The agent is ready', you should see a green check mark. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
200
-
=
200
+
# <imgsrc="https://user-images.githubusercontent.com/2195781/109156989-cb415b80-7771-11eb-910c-de247ad67ac2.png"width="600px"alt="Clicking on 'The agent is ready', you should see a green check mark. This screenshot is stored in this issue: https://github.com/jetstack/jetstack-secure-gcm/issues/21">
201
+
201
202
After skipping the "Install agent" section, follow the instructions in the
202
203
"Check the agent is running" section.
203
204
@@ -230,34 +231,31 @@ You can now click on "View clusters" to monitor your certificates. The
230
231
documentation about the Jetstack Secure platform is available at
231
232
<https://platform.jetstack.io/docs>.
232
233
233
-
Let us try with an example. We can create a CA issuer and sign a
234
+
Let us try with an example. We can create a self-signed issuer and sign a
0 commit comments