Option Defaults Below are the defaults for various option values. -alias "mykey"
-keyalg "DSA" (when using -genkeypair) "DES" (when using -genseckey)
-keysize 1024 (when using -genkeypair) 56 (when using -genseckey and -keyalg is "DES") 168 (when using -genseckey and -keyalg is "DESede")
-validity 90
-keystore the file named .keystore in the user's home directory
-storetype the value of the "keystore.type" property in the security properties file, which is returned by the static getDefaultType method in java.security.KeyStore
<!-- Define a SSL HTTP/1.1 Connector on port 8443 This connector uses the BIO implementation that requires the JSSE style configuration. When using the APR/native implementation, the OpenSSL style configuration is required as described in the APR/native documentation -->
留言
欢迎交流想法。留言会通过 GitHub Issues 保存,首次使用需要登录 GitHub。