move access info to .sh file; update credentials to null/null

This commit is contained in:
Edward Moscardini
2025-03-25 16:25:34 -04:00
parent 716bda24e2
commit 9089a5b7c2
2 changed files with 4 additions and 7 deletions

View File

@@ -27,17 +27,13 @@
}
],
"default_credentials": {
"username": "created during installation",
"password": "created during installation"
"username": null,
"password": null
},
"notes": [
{
"text": "The Openziti Controller installation will prompt for configuration settings during installation.",
"type": "info"
},
{
"text": "Access the web interface at https://<ip>:<port>/zac after installation and configuration are complete.",
"type": "info"
}
]
}