JDK付属のlib/security/cacerts
を、keytool
で操作する際、パスワードを要求される場合がある。デフォルトのパスワードはchangeit
である。
変更するには、以下の通り。
% keytool -storepasswd -cacerts
Enter keystore password: <-- 'changeit'を入力
New keystore password:
Re-enter new keystore password:
Go to list of users who liked
More than 1 year has passed since last update.
JDK付属のlib/security/cacerts
を、keytool
で操作する際、パスワードを要求される場合がある。デフォルトのパスワードはchangeit
である。
変更するには、以下の通り。
% keytool -storepasswd -cacerts
Enter keystore password: <-- 'changeit'を入力
New keystore password:
Re-enter new keystore password:
Register as a new user and use Qiita more conveniently
Go to list of users who liked