nn::http::Connection::SetRootCa Member Function

Syntax

nn::Result SetRootCa(
     InternalCaCertId inCaCertName
);

Arguments

Name Description
in inCaCertName The target device's built-in CA certificate. (The SSL library's nn::ssl::InternalCaCert value.)

Return Values

Returns the processing result.

Description

Sets the device internal CA certificate. Call this function multiple times to set multiple certificates.


CONFIDENTIAL