Java/keytool の変更点


* keytool [#yb0af0c9]

 keytool -genkey -alias <自己署名証明書のエイリアス> \
  -keypass <新規作成する鍵のパスワード> -keystore <keystoreのファイル名> \
  -storepass <keystoreのパスワード>
  -storepass <keystoreのパスワード> -validity <有効期間>
~
ex.
 keytool -genkey -alias test -keypass password -keystore testkeystore -storepass password
 keytool -genkey -alias test -keypass password -keystore testkeystore -storepass password -validity 36500
~
** 情報源 [#gcd269a9]
-[[サイト名不明 - keytool>http://home.att.ne.jp/theta/diatom/keytool.html]]