Re: Node.js WebID implementation

Am 09.09.2015 um 14:58 schrieb Miel Vander Sande:
> Great, that will help me pinpoint the problem.
> Basically, I want to be able to do
> this: https://github.com/bergos/pubkey-login/blob/master/pubkey-login.js#L93 since
> I'm doing
> this https://github.com/bergos/pubkey-login/blob/master/pubkey-login.js#L85.
> However, the property subjectaltname does not exist in the object
> returned by getPeerCertificate() (others do)when it's included in the
> X509 extensions. So i'm wondering wether I'm missing a parameter
> somewhere that makes nodejs also parse the X509 extensions properties.
> Could you perhaps provide an example certificate that works with your
> implementation?

Here [1] is the example certificate that is packaged with LDApp. It's
already expired, but still works for me in Firefox.

[1] https://github.com/bergos/ldapp/blob/master/data/webid.p12

Received on Thursday, 10 September 2015 09:45:18 UTC