cert_buf property

pj_ssl_cert_buffer cert_buf
getter/setter pair

Public endpoint certificate buffer, which will be used as client- side certificate for outgoing TLS connection, and server-side certificate for incoming TLS connection. If ca_list_file, ca_list_path, cert_file or privkey_file are set, this setting will be ignored.

Implementation

external pj_ssl_cert_buffer cert_buf;