[#PKCS12_SAFEBAG_create_cert] = PKCS12_SAFEBAG_create_cert :mrdocs: Create a certBag safeBag containing the supplied certificate. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG]* PKCS12_SAFEBAG_create_cert(xref:X509.adoc[X509]* x509); ---- == Return Value New safeBag, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *x509* | Certificate to embed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#