in this code
|
# Support a dynamic CA path length when present: |
|
[ "$crt_type" = "ca" ] && [ "$EASYRSA_SUBCA_LEN" ] && \ |
|
print "basicConstraints = CA:TRUE, pathlen:$EASYRSA_SUBCA_LEN" |
A basicConstraints line is appended to the generation of the temporary extensions file, overriding whatever line is currently in the
ca x509-type file.