Dart-Basic-Utils icon indicating copy to clipboard operation
Dart-Basic-Utils copied to clipboard

How to request extensions in generateRsaCsrPem

Open wilsondy opened this issue 3 years ago • 1 comments

Hi.

I am trying to include codesigning extensions in my CSR using generateRsaCsrPem. I've read through the code and previous issues and it isn't obvious how I would do it.

Many thanks!

wilsondy avatar Aug 25 '22 01:08 wilsondy

@wilsondy Thanks for the issue, currently only the SAN extension is supported, but adding other extensions to the code should not be a big deal.

Please provide :

  • Which extensions do you need
  • An example CSR to compare and check the needed ASN1 structure.

Ephenodrom avatar Aug 25 '22 05:08 Ephenodrom