mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
```mermaid
sequenceDiagram
participant user as user email
participant fleetctl as fleetctl
participant server as fleet server
participant fleetdm as fleetdm.com sails app
participant apple as identity.apple.com
link apple: PushCert @ https://identity.apple.com/pushcert
note over fleetctl: fleetctl login
fleetctl->>+server: login
server-->>-fleetctl: token
note over fleetctl: fleetctl generate mdm_apple
fleetctl->>+server: generate certificates
server->>server: generate self-signed SCEP cert & key
server->>server: generate APNs key
server->>server: generate APNs CSR
server-)+fleetdm: request vendor signature on APNs CSR
server-->>-fleetctl: SCEP cert, SCEP key, APNs key
note over fleetdm: calls /ee/tools/mdm/cert
fleetdm--)-user: vendor-signed APNs CSR
user->>+apple: vendor-signed APNs CSR
note right of apple: managed through web ui
apple-->>-user: Apple-signed APNs certificate
```
|
||
|---|---|---|
| .. | ||
| Adding-new-endpoints.md | ||
| API-for-contributors.md | ||
| API-Versioning.md | ||
| Automatically-generating-UI-component-boilerplate.md | ||
| Building-Fleet.md | ||
| Committing-Changes.md | ||
| Configuration-for-contributors.md | ||
| Deploying-chrome-test-ext.md | ||
| Enroll-hosts-with-plain-osquery.md | ||
| FAQ.md | ||
| File-carving.md | ||
| Fleet-UI-Testing.md | ||
| fleetd-development-and-release-strategy.md | ||
| high-level-architecture.md | ||
| Infrastructure.md | ||
| MDM-custom-configuration-web-url | ||
| Migrations.md | ||
| README.md | ||
| Releasing-Fleet.md | ||
| Run-Locally-Built-Fleetd.md | ||
| Seeding-Data.md | ||
| set-up-custom-end-user-email.md | ||
| Simulate-slow-network.md | ||
| Testing-and-local-development.md | ||
| Troubleshooting-live-queries.md | ||
| Vulnerability-processing.md | ||
Contributing
Building Fleet
Learn about building the code, development infrastructure, and database migrations.
Build and run Fleetd from local code
Building and running your modified code.
Testing
Look at Fleet's full test suite and integration tests.
Migrations
Learn about creating and updating database migrations.
Committing changes
Learn how to merge changes into the codebase.
Releasing Fleet
Learn the process for how to release Fleet.
Seeding data
Learn how to add fake data to your development instance.
API for contributors
Get to grips with Fleet API routes. This documentation is helpful for developing or contributing to Fleet.
Deploying ChromeOS test extensions
Learn how to deploy a test version of the fleetd Chrome extension for debug purposes.
FAQ
Find commonly asked questions and answers about contributing to Fleet as part of our community.