You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`storetype`|:x:|`JKS`| The type of the keystore: JKS (Java keystore), PKCS12 (`.p12` or `.pfx` files), PKCS11. |
99
+
|`storetype`|:x:|`JKS`| The type of the keystore: **JKS** (Java keystore), **PKCS12** (`.p12` or `.pfx` files), **PKCS11**. |
100
100
|`keystore`|:heavy_check_mark:, unless `certfile` and `keyfile` are specified. || The keystore file, or the SunPKCS11 configuration file. |
101
-
|`certfile`|:heavy_check_mark:, unless `keystore` is specified. |`true`| The file containing the PKCS#7 certificate chain (`.p7b` or `.spc` files). |
102
-
|`keyfile`|:heavy_check_mark:, unless `keystore` is specified. |`true`| The file containing the private key. `PEM` and `PVK` files are supported. |
103
-
|`storepass`|:x:|`true`| The password to open the keystore. |
104
-
|`alias`|:heavy_check_mark:, if `keystore` is specified and more than one alias exist |`true`| The alias of the certificate used for signing in the keystore. Java code signing certificates can be used for Authenticode signatures. |
105
-
|`keypass`|:x:|`null`| The password of the private key. When using a keystore, this parameter can be omitted if the keystore shares the same password. |
101
+
|`certfile`|:heavy_check_mark:, unless `keystore` is specified. || The file containing the PKCS#7 certificate chain (`.p7b` or `.spc` files). |
102
+
|`keyfile`|:heavy_check_mark:, unless `keystore` is specified. || The file containing the private key. `PEM` and `PVK` files are supported. |
103
+
|`storepass`|:x:|| The password to open the keystore. |
104
+
|`alias`|:heavy_check_mark:, if `keystore` is specified and more than one alias exist.|| The alias of the certificate used for signing in the keystore. Java code signing certificates can be used for Authenticode signatures. |
105
+
|`keypass`|:x:|| The password of the private key. When using a keystore, this parameter can be omitted if the keystore shares the same password. |
106
106
|`alg`|:x:|`SHA-256`| The digest algorithm (`SHA-1`, `SHA-256`, `SHA-384` or `SHA-512`). |
0 commit comments