Available Clients
The Code Sign Client is available in two forms:
PKCS#11 client (pkcs11config) -- available on Linux, macOS, and Windows
CSP/KSP client (cspconfig) -- available on Windows only
Both clients provide the same signing capabilities and support the same command options. The primary difference is the underlying cryptographic provider they integrate with:
Most users and CI/CD systems can use the PKCS#11 client (pkcs11config) regardless of operating system. If you are signing on Windows and prefer to use the CSP/KSP ecosystem, you may use cspconfig instead. All examples in this documentation use pkcs11config.