Enhance Fleet setup instructions with HTTPS details (#46964)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** #https://github.com/fleetdm/fleet/issues/46927 Added information about using HTTPS and handling self-signed certificates during Fleet setup.
This commit is contained in:
@@ -237,7 +237,11 @@ sudo docker compose ps
|
||||
|
||||
## Complete the Fleet setup wizard
|
||||
|
||||
You can configure and use Fleet once all of the Docker containers are healthy and the deployment is online. Navigate to the FQDN or IP address of the Fleet server (e.g., https://fleet.your-domain.com). The installation wizard will automatically display a user setup window and will walk you through all of the steps necessary to set up Fleet.
|
||||
You can configure and use Fleet once all of the Docker containers are healthy and the deployment is online. Navigate to the FQDN or IP address of the Fleet server (e.g., https://fleet.your-domain.com).
|
||||
|
||||
The default configuration sets `FLEET_SERVER_TLS=true`, so use `https://` in the URL (visiting over `http://` would return a "Client sent an HTTP request to an HTTPS server" error from Fleet). Because the certificate is self-signed, your browser will show a security warning the first time you connect. This is expected. Accept the warning to continue.
|
||||
|
||||
The installation wizard will automatically display a user setup window and will walk you through all of the steps necessary to set up Fleet.
|
||||
|
||||
These steps include:
|
||||
|
||||
@@ -263,4 +267,4 @@ Now that Fleet has been successfully deployed in your Proxmox environment, you c
|
||||
<meta name="authorFullName" value="Anthony Critelli">
|
||||
<meta name="publishedOn" value="2026-04-06">
|
||||
<meta name="category" value="guides">
|
||||
<meta name="description" value="Deploy Fleet on Proxmox using Ubuntu and Docker Compose. Step-by-step guide for lab, evaluation, or small on-premises environments.">
|
||||
<meta name="description" value="Deploy Fleet on Proxmox using Ubuntu and Docker Compose. Step-by-step guide for lab, evaluation, or small on-premises environments.">
|
||||
|
||||
Reference in New Issue
Block a user