Skip to content

Commit c6c70c9

Browse files
authored
fix(docs): correct opentdf hostname (#162)
### Fix Set hostname used for OpenTDF consistent with other uses on this page. ### Issue Under the heading Create a Profile ( https://opentdf.io/getting-started#create-a-profile ), we reference **`platform.otdf.local`**. I expected it to be **`platform.opentdf.local`** (the same name we talk about for **`openssl`** and **`/etc/hosts`** ).
1 parent f67524e commit c6c70c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ These self-signed certificates are only valid for local development. Never use s
468468
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.
469469

470470
```shell
471-
otdfctl profile create platform-otdf-local https://platform.otdf.local:8443
471+
otdfctl profile create platform-otdf-local https://platform.opentdf.local:8443
472472
```
473473

474474
## Login to the Platform

0 commit comments

Comments
 (0)