[ https://issues.apache.org/jira/browse/ACCUMULO-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999972#comment-13999972 ] ASF subversion and git services commented on ACCUMULO-2818: ----------------------------------------------------------- Commit f83f9f968e9f0880b67d4a3729c45de489dc78ad in accumulo's branch refs/heads/1.5.2-SNAPSHOT from [~ctubbsii] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=f83f9f9 ] ACCUMULO-2818 Create standard keystore for Jetty Ensure keystore password is the same as the password for the default key it holds. Remove extraneous parameter for truststore generation. > generate_monitor_certificate creates bad keystore > ------------------------------------------------- > > Key: ACCUMULO-2818 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2818 > Project: Accumulo > Issue Type: Bug > Components: monitor > Affects Versions: 1.5.1, 1.6.0 > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Fix For: 1.5.2, 1.6.1, 1.7.0 > > Attachments: ACCUMULO-2818.v1.patch > > > The keytool command in the generate_monitor_certificate.sh script creates a keystore with a different passphrase than the key it contains. This is a bit non-standard and has problems in some environments (Jetty). > The keystore and the truststore should have different passwords, but the key inside the keystore should have the same password as the keystore itself. This is what Jetty expects. -- This message was sent by Atlassian JIRA (v6.2#6252)