Skip to content
Docs Try Aspire
Docs Try

IResourceWithEnvironment.withoutHttpsCertificate

Method
📦 Aspire.Hosting v13.4.0
interface IResourceWithEnvironment {
// ... omitted for brevity
withoutHttpsCertificate(): IResourceWithEnvironment;
}

Signature

method withoutHttpsCertificate builder
Disable HTTPS/TLS server certificate configuration for the resource. No HTTPS/TLS termination configuration will be applied.
withoutHttpsCertificate(): IResourceWithEnvironment
IResourceWithEnvironment

Defined on

This method is defined on the following type: