IResourceWithEnvironment.withHttpsDeveloperCertificate
Method
interface IResourceWithEnvironment { // ... omitted for brevity withHttpsDeveloperCertificate(password?: ParameterResource): IResourceWithEnvironment;}Signature
method
withHttpsDeveloperCertificatebuilderIndicates that a resource should use the developer certificate key pair for HTTPS endpoints at run time. Currently this indicates use of the ASP.NET Core developer certificate. The developer certificate will only be used when running in local development scenarios; in publish mode resources will use their default certificate configuration.
withHttpsDeveloperCertificate(password?: ParameterResource): IResourceWithEnvironmentParameters
passwordParameterResourceoptionalReturns
IResourceWithEnvironmentDefined on
This method is defined on the following type: