certificateFilePath property

String? certificateFilePath
getter/setter pair

The path to a SSL certificate.

If specified - along with privateKeyFilePath - an Application will only allow secure connections over HTTPS. This value is often set through the --ssl-certificate-path command line option of aquedart serve. For finer control over how HTTPS is configured for an application, see ApplicationChannel.securityContext.

Implementation

String? certificateFilePath;