certificateFilePath property Null safety

String? certificateFilePath
read / write

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 conduit serve. For finer control over how HTTPS is configured for an application, see ApplicationChannel.securityContext.

Implementation

String? certificateFilePath;