Skip to content

Commit 8f88d4b

Browse files
Update command that supports native base64 installed on macOS (circleci#8888)
Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 4df41b0 commit 8f88d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jekyll/_cci2/server/v4.4/installation/phase-2-core-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ $ base64 -w0 ~/oidc-service-jwk.json
888888
+
889889
[source,shell]
890890
----
891-
$ base64 -b0 ~/oidc-service-jwk.json
891+
$ base64 -b0 -i ~/oidc-service-jwk.json
892892
----
893893
+
894894
TIP: Copy the output to a secure location, so it can be referenced in the next step.

jekyll/_cci2/server/v4.5/installation/phase-2-core-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ $ base64 -w0 ~/oidc-service-jwk.json
879879
+
880880
[source,shell]
881881
----
882-
$ base64 -b0 ~/oidc-service-jwk.json
882+
$ base64 -b0 -i ~/oidc-service-jwk.json
883883
----
884884
+
885885
TIP: Copy the output to a secure location, so it can be referenced in the next step.

0 commit comments

Comments
 (0)