TTMSFNCWebPushSSLCertPath Class
Holds the file paths to the SSL certificate, private key, and root certificate used to secure the server's HTTPS connections.
API unit family: TMS.TMSFNCWebPushServer
Inherits from: TPersistent
Syntax
TTMSFNCWebPushSSLCertPath = class(TPersistent)
Remarks
Changing any of the paths raises OnChanged so the owning server can reconfigure its secure connection handler.
Properties
| Name | Description |
|---|---|
| CertFile | Path to the server certificate file (PEM) presented to clients during the secure handshake. |
| KeyFile | Path to the private key file (PEM) that matches the server certificate. |
| RootCertFile | Path to the root or intermediate certificate file used to complete the server certificate chain. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when any of the certificate paths changes so the owner can reapply the new certificate configuration. |