Return the local certificate configured on an SSL context (if any).
Declared in <openssl/ssl.h>
<openssl/ssl.h>
X509* SSL_CTX_get0_certificate(SSL_CTX const* ctx);
X509 for the context's local identity, or NULL; do not free.