# HttpsCertificateExecutionConfigurationExportData

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.3.0`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
type HttpsCertificateExecutionConfigurationExportData = {
  Subject: string;
  Thumbprint: string;
  KeyPathExpression: string;
  PfxPathExpression: string;
  IsKeyPathReferenced: boolean;
  IsPfxPathReferenced: boolean;
  Password: string;
}
```

## Fields

- `Subject`: `string`
- `Thumbprint`: `string`
- `KeyPathExpression`: `string`
- `PfxPathExpression`: `string`
- `IsKeyPathReferenced`: `boolean`
- `IsPfxPathReferenced`: `boolean`
- `Password`: `string`
