root anchors. The certificates in this file will be treated as root authorities for the purpose of verifying other certificates via the [gio.tls_database.TlsDatabase.verifyChain] operation.
TlsFileDatabase.anchors
string anchors() @propertyGet anchors property.
Returns
The path to a file containing PEM encoded certificate authority
void anchors(string propval) @propertySet anchors property.
Parameters
propval | The path to a file containing PEM encoded certificate authority root anchors. The certificates in this file will be treated as root authorities for the purpose of verifying other certificates via the [gio.tls_database.TlsDatabase.verifyChain] operation. |