My Tutorial On EV code-signing Cert using SSL.COM with Yubikey Purchased Elsewhere

Published: 29 April 2023
on channel: ServerMatter
5,015
70

This is ultimately a tutorial for my future self should I ever go down the code signing road again. It also provides a popcorn trail for other using ssl.com for code-signing if they are using a Yubikey device. It may even be of benefit to others who like me are new to code signing and provide them some insights.
Shortcut Copy and Paste Commands
https://www.yubico.com/support/downlo... and install the executable
Just verifies IF the driver is installed:
Get-WindowsDriver -Online | Where-Object {$_.ProviderName -like "Yubico" -and $_.ClassName -like "SmartCard"} | Select-Object ProviderName, ClassName, Version
https://www.yubico.com/support/downlo...
https://developer.microsoft.com/en-us...
reg add "HKLM\SOFTWARE\Microsoft\Cryptography\Defaults\Provider\Microsoft Base Smart Card Crypto Provider" /v AllowPrivateExchangeKeyImport /t REG_DWORD /d 1
reg add "HKLM\SOFTWARE\Microsoft\Cryptography\Defaults\Provider\Microsoft Base Smart Card Crypto Provider" /v AllowPrivateSignatureKeyImport /t REG_DWORD /d 1
certmgr.msc (Windows cert manager)


Watch video My Tutorial On EV code-signing Cert using SSL.COM with Yubikey Purchased Elsewhere online without registration, duration hours minute second in high quality. This video was added by user ServerMatter 29 April 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,015 once and liked it 70 people.