We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abba1b1 commit 10a0477Copy full SHA for 10a0477
src/modules/postgresmodule/certificate.go
@@ -62,15 +62,9 @@ func (db *DB) InsertCertificate(cert *certificate.Certificate) error {
62
// x509_certificatePolicies varchar NULL,
63
// x509_authorityInfoAccess varchar NULL,
64
// x509_subjectAltName varchar NULL,
65
-// x509_nsCertType varchar NULL,
66
-// x509_nsComment varchar NULL,
67
-// x509_policyConstraints varchar NULL,
68
// x509_issuerAltName varchar NULL,
69
// signature_algo varchar NULL,
70
// parent_id numeric NULL,
71
-// depth int4 NULL,
72
-// public_key_id int4 NULL,
73
-// public_key_type varchar NULL,
74
// in_openssl_root_store bool NULL,
75
// in_mozilla_root_store bool NULL,
76
// in_windows_root_store bool NULL,
0 commit comments