Certificate ExtendedKeyUsage 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION) needed

Carsten73

Cadet
Joined
Jan 11, 2021
Messages
2
Hello,

I had to renew my FreeNas CA and my Zertifikates. The CA and the Certificates was created with Freenas 10 or 11.1. Before the usage of ExtendedKeyUsage.

I use my User-Certificates for User Authentication against Webserver for example.

But I detect that from 11.3 the following Changes with my Certificates:

Before 11.3
KeyUsage Any

ExtendedKeyUsage not Us

Since 11.3

KeyUsage Encrypt, check, derive

ExtendedKeyUsage: Serverauthentifizierung ( 1.3.6.1.5.5.7.3.1 ), 2.5.29.14 - Subject Key Identifier ( 2.5.29.14 ), (2.5.29.37) - Extended key usage

But the Chrome needs the "1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)" for Web Server Browser authentication.

Is it possible to add the 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION) to a certificate?

Thanks
best regards
Carsten
 

Carsten73

Cadet
Joined
Jan 11, 2021
Messages
2
Hello,

I managed it.
I created a external CSR with my necessarry ExtendedKeyUsage via openssl.
I have imported the CSR and the Key and signed it in FreeNas. Not nice but working.

regards
Carsten
 
Top