Closed OleksandrSPV closed 3 months ago
@OleksandrSPV I don't think we need it in this particular library. It was created just to make working with Fortify and the web-component a little easier. You will need to do the import yourself. To do this you need:
provider.certStorage.importCert
method.@donskov Thanks, I'ii check
@donskov I tried this method and it seemed to work. I did it in this branch https://github.com/PeculiarVentures/fortify-tools/tree/aslobodian/v2-certificate-import-logic-1, but I don’t want to open a PR now, because we should merge this https://github.com/PeculiarVentures/fortify-tools/pull/150 first, thanks
@donskov Do you plan to have a method for import certificate in @peculiar/fortify-client-core? Or is there way to import certificate with creation methods. Could you help please?