PeculiarVentures / fortify-tools

Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment. This is the "Tool" application used in the Fortify desktop application.
https://tools.fortifyapp.com
MIT License
15 stars 7 forks source link

Add Extended Key Usages for certificate creation #154

Closed OleksandrSPV closed 1 month ago

OleksandrSPV commented 3 months ago

There is no way to add the extended key usages when certificate create method calls. Should be add support in @peculiar/fortify-client-core

OleksandrSPV commented 3 months ago

@donskov Could you please help with it?

donskov commented 1 month ago

@OleksandrSPV The latest version of @peculiar/fortify-client-core now includes a parameter that should help you to resolve the current issue.

OleksandrSPV commented 1 month ago

@donskov Thanks, I'll check