Skip to content

Commit

Permalink
fix: CA chain file name (#2662)
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <[email protected]>
  • Loading branch information
dkwon17 authored Nov 9, 2023
1 parent 0f280b2 commit 3617a93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ See {orch-cli-link}.

. Concatenate all CA chains PEM files to import, into the `custom-ca-certificates.pem` file, and remove the return character that is incompatible with the Java truststore.
+
[subs="+attributes,+quotes"]
----
$ cat ca-cert-for-{prod-id-short}-*.pem | tr -d '\r' > custom-ca-certificates.pem
----
Expand Down

0 comments on commit 3617a93

Please sign in to comment.