set_ca_cert
Description:
public bool set_ca_cert (string cert_path, Setting8021xCKScheme scheme, Setting8021xCKFormat out_format) throws Error
Reads a certificate from disk and sets the NMSetting8021x:ca-cert
property with the raw certificate data if using the
BLOB scheme, or with the path to the certificate file if using the
PATH scheme.
Parameters:
this |
the Setting8021x |
cert_path |
when |
scheme |
desired storage scheme for the certificate |
out_format |
on successful return, the type of the certificate added |
Returns:
|