There is a task: there is a user certificate file * .cer (for electronic reporting).
Need to:
extract from it a link to the root certificate and list of CA reviews; install each one into the registry, specifying a specific path.
I would like a PowerShell script that accepts a user certificate and will automatically be installed where the CA certificate and the list of reviews should be installed.
Is it possible to do this?
Import-Certificate
? - don Rumata