[#SSL_CTX_set_cert_store] = SSL_CTX_set_cert_store :mrdocs: Replace the context certificate store, taking ownership of `store.` == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SSL_CTX_set_cert_store( xref:SSL_CTX.adoc[SSL_CTX]* ctx, xref:X509_STORE.adoc[X509_STORE]* store); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose verification store is replaced. | *store* | X509_STORE to install; any previous store is freed, and `store` is owned by `ctx.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#