keytool -gencert
Generates certificate from a certificate request
Options
Name | Description |
---|---|
-h, -?, --help, -help | Show help message |
-v | Verbose output |
-alias <alias> | Alias name of the entry to process |
-keystore <keystore> | Keystore name |
-storepass <arg> | Keystore password |
-storetype <type> | Keystore type |
-providername <name> | Provider name |
-addprovider <name> | Add security provider by name (e.g. SunPKCS11) |
-providerclass <class> | Add security provider by fully-qualified class name |
-providerarg <arg> | Configure argument for -addprovider or -providerclass |
-providerpath <list> | Provider classpath |
-protected | Password through protected mechanism |
-rfc | Output in RFC style |
-infile <file> | Input file name |
-outfile <file> | Output file name |
-sigalg <alg> | Signature algorithm name |
-dname <name> | Distinguished name |
-startdate <date> | Certificate validity start date/time |
-ext <value> | X.509 extension name |
-validity <days> | Validity number of days |
-keypass <arg> | Key password |