Merge pull request #158 from geekscrapy/patch-2

Added issuer as one of the required fields
pull/163/head
Alexandre Dulaunoy 2019-04-02 19:54:38 +02:00 committed by GitHub
commit 4ae7448b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"x509-fingerprint-md5",
"x509-fingerprint-sha1",
"x509-fingerprint-sha256",
"serial-number"
"serial-number",
"issuer"
],
"attributes": {
"subject": {
@ -105,7 +106,7 @@
"ui-priority": 0
}
},
"version": 7,
"version": 8,
"description": "x509 object describing a X.509 certificate",
"meta-category": "network",
"uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",