Re: Node.js WebID implementation

I
On 30 Aug 2011, at 21:29, Thomas Fritz wrote:

> 
> The debug output from my tiny node https server when i connect and
> select this certificate:
> { subject:
>   { C: 'Austria',
>     O: 'Test Org',
>     OU: 'Test Unit',
>     CN: 'Thomas Fritz 2',
>     emailAddress: 'fritztho@gmail.com' },
>  issuer:
>   { C: 'FR',
>     ST: 'Essonne',
>     O: 'webid.fcns.eu',
>     CN: 'webid.fcns.eu',
>     emailAddress: 'webid@fcns.eu' },
>  valid_from: 'Aug 30 18:21:02 2011 GMT',
>  valid_to: 'Aug 29 18:21:02 2012 GMT',
>  fingerprint: '9C:74:C6:AA:95:41:FC:C2:6A:76:61:D7:2C:45:F9:28:8B:0B:69:F6' }

It looks like what you have here is just the Distingushed Name information, not the Subject Alternative Name. Not knowing these libraries I can't really say more than that. 

Look forward to a NodeJS implementation.

Henry

> 
> Any ideas

Social Web Architect
http://bblfish.net/

Received on Tuesday, 30 August 2011 20:38:11 UTC