easy-rsa icon indicating copy to clipboard operation
easy-rsa copied to clipboard

Introduce new global options: --ku-critical and --bc-critical

Open TinCanTech opened this issue 1 year ago • 1 comments

These option allow X509 'critical' attributes to be used.

--ku-critical (--ku-crit): Configure 'keyUsage' to set 'critical' attribute.

--bc-critical (--bc-crit): Configure 'basicContraints' to set 'critical' attribute.

Use of these options is left to the discretion of the the user task.

Supported certificate types does not include 'email', 'codeSigning' or 'kdc'.

TinCanTech avatar Jan 14 '24 00:01 TinCanTech