Be consistent with capitalisation of object names.
This commit is contained in:
parent
49e42a1f60
commit
aafafa314d
1 changed files with 2 additions and 2 deletions
|
@ -610,7 +610,7 @@ algorithm 29 : RSA-SHA1-2 : sha1WithRSA
|
|||
|
||||
X500 4 : X509
|
||||
X509 3 : CN : commonName
|
||||
X509 4 : SN : surname
|
||||
X509 4 : SN : surName
|
||||
X509 5 : : serialNumber
|
||||
X509 6 : C : countryName
|
||||
X509 7 : L : localityName
|
||||
|
@ -620,7 +620,7 @@ X509 11 : OU : organizationalUnitName
|
|||
X509 12 : : title
|
||||
X509 13 : : description
|
||||
X509 41 : name : name
|
||||
X509 42 : gn : givenName
|
||||
X509 42 : GN : givenName
|
||||
X509 43 : : initials
|
||||
X509 44 : : generationQualifier
|
||||
X509 45 : : x500UniqueIdentifier
|
||||
|
|
Loading…
Reference in a new issue