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