certbuilder icon indicating copy to clipboard operation
certbuilder copied to clipboard

Should be a setter property for key_identifier

Open baynes opened this issue 4 years ago • 1 comments

There should be a writer property for key_identifier as not everyone uses the RFC5280 sha1 method and it is required to be able to set ones own value.

See also #9

baynes avatar Jun 15 '21 13:06 baynes

You can add it like builder.set_extension('key_identifier', asn1crypto.core.OctetString(b'hash'))

luisza avatar Jul 21 '22 15:07 luisza