Skip to content

Commit 5d14fab

Browse files
Backport: Copy platform/configure/domain.mdx to platform_versioned_docs/version-4.2.0/configure/domain.mdx (#705)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78438c0 commit 5d14fab

File tree

1 file changed

+2
-2
lines changed
  • platform_versioned_docs/version-4.2.0/configure

1 file changed

+2
-2
lines changed

platform_versioned_docs/version-4.2.0/configure/domain.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ ingress:
254254
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:
255255
256256
```bash title="Encode CA certificate"
257-
cat ca.crt | base64 -d
257+
cat ca.crt | base64
258258
```
259259

260260
Use this output in the `.additionalCA` helm value.
@@ -403,7 +403,7 @@ kubectl create secret generic tls-vcluster-platform -n vcluster-platform --type=
403403
If you want to [configure the platform with additionalCA](/platform/configure/config.mdx#using-a-custom-certificate-authority), use:
404404

405405
```bash title="Encode CA certificate"
406-
cat ca.crt | base64 -d
406+
cat ca.crt | base64
407407
```
408408

409409
as an input for the `.additionalCA` helm value.

0 commit comments

Comments
 (0)