Class CertificateConfig
Configure options relating to SSL certificates.
Inherited Members
Namespace: Cognite.Extractor.Utils.Unstable.Configuration
Assembly: ExtractorUtils.dll
Syntax
public class CertificateConfig
Properties
| Edit this page View SourceAllowList
List of certificate thumbprints to manually allow. This is much safer.
Declaration
public IEnumerable<string>? AllowList { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Verify
False to disable SSL verification. This must be considered a security risk in most circumstances. The default value is true.
Declaration
public bool Verify { get; set; }
Property Value
Type | Description |
---|---|
bool |