SnInstallPfx icon indicating copy to clipboard operation
SnInstallPfx copied to clipboard

This utility is an alternative for command sn.exe -i <infile> <container> and installs key pair from <pfx_infile> into a key container compatible for MSBuild. It computes the container name automatica...

Results 4 SnInstallPfx issues
Sort by recently updated
recently updated
newest added

i used this to install my pfx certificat and still Cannot import the following key file: igakey.pfx. part of my dockerfile : SHELL ["cmd", "/S", "/C"] RUN powershell -Command $ErrorActionPreference...

Hi thanks for making this tool! Currently I use this in a GitHub action and manually download the .exe using `Invoke-WebRequest https://github.com/honzajscz/SnInstallPfx/releases/download/0.1.2-beta/SnInstallPfx.exe -OutFile SnInstallPfx.exe` in powershell. It would be convenient...

Running SnInstallPfx for a particular certificate in Jenkins yielded an exception with the following stack trace: Unhandled Exception: System.Security.Cryptography.CryptographicException: Object already exists. at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr) at System.Security.Cryptography.Utils._CreateCSP(CspParameters param, Boolean randomKeyContainer,...