Interface ClientConf

client.conf format of NDNCERT C++ implementation.

interface ClientConf {
    "ca-list": ClientConf.CaProfile[];
}

Properties

Properties

"ca-list": ClientConf.CaProfile[]