aspire certs command

Name

aspire certs - Manage HTTPS development certificates.

Synopsis

aspire certs [command] [options]

Description

The aspire certs command manages the HTTPS development certificates used by Aspire during local development. Use it when you want to trust the development certificate explicitly or remove existing development certificates while troubleshooting HTTPS issues.

Options

The following options are available:

            • Commands

The following commands are available:

Command Function
aspire certs clean Remove all HTTPS development certificates.
aspire certs trust Trust the HTTPS development certificate, creating one if needed.

Examples

  • Trust the Aspire HTTPS development certificate:

    aspire certs trust
    
  • Remove all local HTTPS development certificates:

    aspire certs clean
    

See also