Skip to content

Commit c632241

Browse files
tniessentargos
authored andcommitted
doc: remove extraneous colon in legacy subject
PR-URL: #41477 Refs: #24358 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 3d88ea1 commit c632241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

+1-1
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)