privateKeyFilePath property Null safety

String? privateKeyFilePath
read / write

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

Implementation

String? privateKeyFilePath;