# IResourceWithEnvironment.withoutHttpsCertificate

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Defined on: [IResourceWithEnvironment](/reference/api/typescript/aspire.hosting/iresourcewithenvironment.md)
- Version: `13.4.0`
- Kind: `method`

Disable HTTPS/TLS server certificate configuration for the resource. No HTTPS/TLS termination configuration will be applied.

## Definition

```typescript
interface IResourceWithEnvironment {
  // ... omitted for brevity
  withoutHttpsCertificate(): IResourceWithEnvironment;
}
```

## Signature

```typescript
withoutHttpsCertificate(): IResourceWithEnvironment
```

## Returns

[IResourceWithEnvironment](/reference/api/typescript/aspire.hosting/iresourcewithenvironment.md) `builder`

## Defined on

- [IResourceWithEnvironment](/reference/api/typescript/aspire.hosting/iresourcewithenvironment.md) -- `interface`
