# aspire certs trust command

## Name

`aspire certs trust` - Trust the HTTPS development certificate, creating one if necessary.

## Synopsis

```bash title="Aspire CLI"
aspire certs trust [options]
```

## Description

The `aspire certs trust` command trusts the HTTPS development certificate used by Aspire. If a certificate doesn't already exist, Aspire creates one before trusting it.

Use this command when you want to prepare a machine for Aspire local development or re-establish trust after cleaning development certificates.

## Options

The following options are available:

- <Include relativePath="reference/cli/includes/option-help.md" />

- <Include relativePath="reference/cli/includes/option-log-level.md" />

- <Include relativePath="reference/cli/includes/option-non-interactive.md" />

- <Include relativePath="reference/cli/includes/option-nologo.md" />

- <Include relativePath="reference/cli/includes/option-banner.md" />

- <Include relativePath="reference/cli/includes/option-wait.md" />

## Examples

- Trust the Aspire HTTPS development certificate:

  ```bash title="Aspire CLI"
  aspire certs trust
  ```

## See also

- [aspire certs](../aspire-certs/)
- [aspire certs clean](../aspire-certs-clean/)