admin管理员组文章数量:1394585
I have just purchased a new OV Certificate from Sectigo via KSoftware, previously this was provided as a download to my browser that I then exported as pfx file and signed with the ksign tool from KSoftware.
e.g
c:\Apps\kSign\ksigncmd /d "SongKong Installer" /du "; /f c:\code\jthink\songkong\config\comodo.pfx /p cherry1 SongKong-11.4.exe
Now, new stricter requirements mean that instead I am sent a usb stick in the post and a password by email. Then I have to install and use SafeNet Authentication Client and enter password to access the certificate.
I can now see the certificate within SafeNet Authentication Client but how do I actually use it to sign my application?
I have just purchased a new OV Certificate from Sectigo via KSoftware, previously this was provided as a download to my browser that I then exported as pfx file and signed with the ksign tool from KSoftware.
e.g
c:\Apps\kSign\ksigncmd /d "SongKong Installer" /du "http://jthink/songkong" /f c:\code\jthink\songkong\config\comodo.pfx /p cherry1 SongKong-11.4.exe
Now, new stricter requirements mean that instead I am sent a usb stick in the post and a password by email. Then I have to install and use SafeNet Authentication Client and enter password to access the certificate.
I can now see the certificate within SafeNet Authentication Client but how do I actually use it to sign my application?
Share Improve this question edited Mar 27 at 13:37 Paul Taylor asked Mar 27 at 10:48 Paul TaylorPaul Taylor 13.2k54 gold badges217 silver badges399 bronze badges1 Answer
Reset to default 0Okay I found the answer
Needed to install WindowsSDK to get signtool
The procedure was then as follows:
Put USB stick in drive
Open Safenet Authentication Client
Run signtool as follows
C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe sign /tr http://timestampodoca /td sha256 /fd sha256 /a SongKong-11.4.exe
- Enter Token Password
It is signed with the following output
Done Adding Additional Store
Successfully signed: SongKong-11.4.exe
本文标签: How do I extract certificate from SafeNet Authentication ClientStack Overflow
版权声明:本文标题:How do I extract certificate from SafeNet Authentication Client - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744095768a2590254.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论