updates from feedback

This commit is contained in:
roger_calnan 2026-01-16 10:45:39 -08:00
parent c159e3ab80
commit f6f21177b3
2 changed files with 3 additions and 3 deletions

View File

@ -1588,7 +1588,7 @@ You can enter the command as a single line such as the following:
The command creates the keystore named `mykeystore` in the working directory
(provided it doesn't already exist), and assigns it the password specified by
[`-keypass`]{#-keypass}. It generates a public/private key pair for the entity whose
`-keypass`. It generates a public/private key pair for the entity whose
distinguished name is `myname`, `mygroup`, `mycompany`, and a two-letter
country code of `mycountry`. It uses the RSA key generation algorithm
to create the keys; both are 3072 bits.
@ -2363,7 +2363,7 @@ certificates that don't conform to the standard, such as self-signed
certificates that would be used for internal testing purposes. Certificates
that don't conform to the standard might be rejected by the JDK or other
applications. Users should ensure that they provide the correct options for
[`-dname`]{#-dname}, `-ext`, and so on.
`-dname`, `-ext`, and so on.
## Import a New Trusted Certificate

View File

@ -797,7 +797,7 @@ the following standards:
option. Multiple paths should be separated by the system-dependent
path-separator character.
[`-J`]{#-J}*javaoption*
`-J`*javaoption*
: Passes through the specified *javaoption* string directly to the Java
interpreter. The `jarsigner` command is a wrapper around the interpreter.
This option shouldn't contain any spaces. It is useful for adjusting the