Generate node certificates

Node certificates require some extended settings. See the node-keystore property in this section for more information.

A node certificate provides server- and client-side authentication, and must contain extended key usage settings — serverAuth and clientAuth — for the respective certificates:

ExtendedKeyUsages [ 
           serverAuth
           clientAuth
         ]
This resource provides detailed information for TLS in production environments.