-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkiviewer.toml.sample
71 lines (67 loc) · 2.45 KB
/
pkiviewer.toml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[theme]
"default" = "white"
"error" = "red"
"warning" = "yellow"
"info" = "green"
"key" = "white"
"value" = "red"
"extension_critical" = "yellow"
# Certificate element visibility
# One of "normal", "hidden", "lowlight", "highlight"
[visibility]
".Header" = "normal"
".Header.Filename" = "normal"
".Signature" = "normal"
".Signature.Algorithm" = "normal"
".Signature.Value" = "normal"
".Data" = "normal"
".Data.Version" = "normal"
".Data.SerialNumber" = "normal"
".Data.Issuer" = "normal"
".Data.Fingerprint" = "normal"
".Data.Validity" = "normal"
".Data.Validity.Before" = "normal"
".Data.Validity.After" = "normal"
".Data.Subject" = "normal"
".Data.Subject.Name" = "normal"
".Data.Subject.PublicKey" = "normal"
".Data.Subject.PublicKey.Algorithm" = "normal"
".Data.Extensions" = "normal"
".Data.Extension.Critical" = "normal"
".Data.Extension.Value" = "normal"
".Data.Extension.AuthorityKeyIdentifier" = "normal"
".Data.Extension.AuthorityKeyIdentifier.Value" = "normal"
".Data.Extension.SubjectKeyIdentifier" = "normal"
".Data.Extension.SubjectKeyIdentifier.Value" = "normal"
".Data.Extension.KeyUsage" = "normal"
".Data.Extension.KeyUsage.Value" = "normal"
".Data.Extension.CertificatePolicies" = "normal"
".Data.Extension.CertificatePolicies.Value" = "normal"
".Data.Extension.SubjectAlternativeName" = "normal"
".Data.Extension.SubjectAlternativeName.Value" = "normal"
".Data.Extension.IssuerAlternativeName" = "normal"
".Data.Extension.IssuerAlternativeName.Value" = "normal"
".Data.Extension.BasicConstraints" = "normal"
".Data.Extension.BasicConstraints.Value" = "normal"
".Data.Extension.NameConstraints" = "normal"
".Data.Extension.NameConstraints.Value" = "normal"
".Data.Extension.ExtendedKeyUsage" = "normal"
".Data.Extension.ExtendedKeyUsage.Value" = "normal"
".Data.Extension.CRLDistributionPoints" = "normal"
".Data.Extension.CRLDistributionPoints.Value" = "normal"
".Data.Extension.InhibitAnyPolicy" = "normal"
".Data.Extension.InhibitAnyPolicy.Value" = "normal"
".Data.Extension.AuthorityInformationAccess" = "normal"
".Data.Extension.AuthorityInformationAccess.Value" = "normal"
".Data.Extension.SubjectInformationAccess" = "normal"
".Data.Extension.SubjectInformationAccess.Value" = "normal"
".Data.Extension.CertificateSCTs" = "normal"
".Data.Extension.CertificateSCTs.Value" = "normal"
".Data.Extension.PreCertificateSCTs" = "normal"
".Data.Extension.PreCertificateSCTs.Value" = "normal"
# set svg or html to the output filename
[output]
# svg =
# html =
[output.options]
width = 100