nn::boss::RegisterPrivateRootCa Functionnn::Result RegisterPrivateRootCa( const u8 * pCertData, size_t certDataSize );
| Name | Description | |
|---|---|---|
| in | pCertData | Root certificate data. The data format conforms to the ASN.1 standard. |
| in | certDataSize | Specifies the size of the client certificate data. |
Registers a private HTTPS root certificate to the library. Calling this function when another root certificate is already set causes an error.
CONFIDENTIAL