File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -787,13 +787,19 @@ Deno.test("X509Certificate inspect", async function () {
787787 assertEquals (
788788 trimmedStdout ,
789789 `X509Certificate {
790- subject: 'C=US\\nST=CA\\nL=SF\\nO=Joyent\\nOU=Node.js\\nCN=agent1\\nEmail=ry@tinyclouds.org',
790+ subject: 'C=US\\n' +
791+ 'ST=CA\\n' +
792+ 'L=SF\\n' +
793+ 'O=Joyent\\n' +
794+ 'OU=Node.js\\n' +
795+ 'CN=agent1\\n' +
796+ 'emailAddress=ry@tinyclouds.org',
791797 subjectAltName: undefined,
792- issuer: 'C=US\\nST=CA\\nL=SF\\nO=Joyent\\nOU=Node.js\\nCN=ca1\\nEmail =ry@tinyclouds.org',
798+ issuer: 'C=US\\nST=CA\\nL=SF\\nO=Joyent\\nOU=Node.js\\nCN=ca1\\nemailAddress =ry@tinyclouds.org',
793799 infoAccess: 'OCSP - URI:http://ocsp.nodejs.org/\\n' +
794800 'CA Issuers - URI:http://ca.nodejs.org/ca.cert',
795- validFrom: 'Sep 3 21:40:37 2022 +00:00 ',
796- validTo: 'Jun 17 21:40:37 2296 +00:00 ',
801+ validFrom: 'Sep 3 21:40:37 2022 GMT ',
802+ validTo: 'Jun 17 21:40:37 2296 GMT ',
797803 validFromDate: 2022-09-03T21:40:37.000Z,
798804 validToDate: 2296-06-17T21:40:37.000Z,
799805 fingerprint: '8B:89:16:C4:99:87:D2:13:1A:64:94:36:38:A5:32:01:F0:95:3B:53',
You can’t perform that action at this time.
0 commit comments