azd app cert
Generate local HTTPS certificates for development.
Usage
azd app cert [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--host | - | stringArray | - | Additional host to include in certificate SANs (repeatable) |
--force | - | bool | false | Regenerate server certificate and key |
Examples
azd app cert [flags]azd app certazd app cert --host api.local.test --host auth.local.testazd app cert --forceDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full cert specification →