How to get SHA 256 fingerprint from a Certificate ?
- Sign a package using UiPath Code Signing
- Download/Find the package that was signed
- Check the below command to find the SHA256 finger print
- nuget.exe verify -Signatures "C:\Users\username\Downloads\CodeSigning.1.0.1.nupkg"
- This should give a result like below. Copy the SHA256 fingerprint from Command prompt.