I’m attempting to codesign one VST plugin in Terminal. I added a self-signed certificates to the login keychain. I attempt to codesign utilizing the next command:
sudo codesign --force --deep --sign Ozone 9 Exciter.vst
Nonetheless, I get the next error:
“error: The required merchandise couldn’t be discovered within the keychain“
I even tried to drive the identification by including -s flag with my certficate’s Frequent Title like this:
sudo codesign -s "Nikola Radosevic" --force --deep --sign Ozone 9 Exciter.vst
Nonetheless, I’m nonetheless getting the identical error