diff --git a/docs/index.html b/docs/index.html index 31264b53..45568493 100644 --- a/docs/index.html +++ b/docs/index.html @@ -697,6 +697,15 @@

Signing with a PIV card

If multiple devices are connected, the keystore parameter can be used to specify the name of the one to use.

+

Signing with PKCS#11

+ +

A SunPKCS11 configuration file is required. +The alias represents the name of the certificate used for signing in the keystore. + +

+ jsign --storetype PKCS11 --storepass NONE --keystore pkcs11.conf --alias My-Signing-Cert application.exe
+
+

Signing with AWS Key Management Service

AWS Key Management Service (KMS) stores only the private key,