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
Copy file name to clipboardExpand all lines: platform_versioned_docs/version-4.2.0/configure/domain.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ ingress:
254
254
If you want to [configure the platform with additionalCA](/platform/configure/config.mdx#using-a-custom-certificate-authority), the Certificate Authority used for signing this certificate has to be added as a base64 encoded value:
255
255
256
256
```bash title="Encode CA certificate"
257
-
cat ca.crt | base64 -d
257
+
cat ca.crt | base64
258
258
```
259
259
260
260
Use this output in the `.additionalCA` helm value.
0 commit comments