tls_certificate


Description:

[ NoAccessorMethod ]
[ Version ( since = "2.38" ) ]
public TlsCertificate tls_certificate { owned get; construct; }

A TlsCertificate that has a private_key set.

If this is set, then the server will be able to speak https in addition to (or instead of) plain http.

Alternatively, you can call set_ssl_cert_file to have Server read in a a certificate from a file.