Skip to content

Commit dea8895

Browse files
tniessendanielleadams
authored andcommitted
doc: remove extraneous colon in legacy subject
PR-URL: #41477 Refs: #24358 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6ffb1e8 commit dea8895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ certificate.
11461146

11471147
* `raw` {Buffer} The DER encoded X.509 certificate data.
11481148
* `subject` {Object} The certificate subject, described in terms of
1149-
Country (`C:`), StateOrProvince (`ST`), Locality (`L`), Organization (`O`),
1149+
Country (`C`), StateOrProvince (`ST`), Locality (`L`), Organization (`O`),
11501150
OrganizationalUnit (`OU`), and CommonName (`CN`). The CommonName is typically
11511151
a DNS name with TLS certificates. Example:
11521152
`{C: 'UK', ST: 'BC', L: 'Metro', O: 'Node Fans', OU: 'Docs', CN: 'example.com'}`.

0 commit comments

Comments
 (0)