Skip to content

Commit 5ea9458

Browse files
committed
Update windows-specific-properties.md
1 parent 7ded584 commit 5ea9458

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/windows-specific-properties.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ Property `winConfig.setupMode` can be set with 3 possible values:
9696

9797
| | Mandatory | Default value | Description |
9898
| ----------- | ------------------------------------------------------------ | ------------- | ------------------------------------------------------------ |
99-
| `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**. |
100100
| `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. |
106106
| `alg` | :x: | `SHA-256` | The digest algorithm (`SHA-1`, `SHA-256`, `SHA-384` or `SHA-512`). |
107107

108108
### Example using a Java KeyStore

0 commit comments

Comments
 (0)