Create a certBag safeBag containing the supplied certificate.

Synopsis

Declared in <openssl/pkcs12.h>

PKCS12_SAFEBAG*
PKCS12_SAFEBAG_create_cert(X509* x509);

Return Value

New safeBag, or NULL on error.

Parameters

Name

Description

x509

Certificate to embed.

Created with MrDocs