privateKeyFilePath property

String? privateKeyFilePath
getter/setter pair

The path to a private key.

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

Implementation

String? privateKeyFilePath;