From b7a15bb21eab0227a8acef4bcbece96465e40afc Mon Sep 17 00:00:00 2001 From: b-long Date: Tue, 16 Dec 2025 15:43:32 -0500 Subject: [PATCH] bugfix: correct opentdf hostname --- docs/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index c0622daf..0ac68bbd 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -468,7 +468,7 @@ These self-signed certificates are only valid for local development. Never use s Creating a profile allows us to store the host we want to connect to and then to tie our credentials to it when we login. ```shell -otdfctl profile create platform-otdf-local https://platform.otdf.local:8443 +otdfctl profile create platform-otdf-local https://platform.opentdf.local:8443 ``` ## Login to the Platform