``` request.addExtension(WolfSSL.NID_basic_constraints, false, true); ``` According to my tests, the `critical` parameter is not applied when creating a CSR.
According to my tests, the
criticalparameter is not applied when creating a CSR.