文章列表
During the building, if you meet the error as below:
[exec] RPM build errors:
[exec] error: Installed (but unpackaged) file(s) found:
[exec] /apps/tomcat/webapps/jira/WEB-INF/classes/com/atlassian/jira/bc/issue/DefaultIssueService$1.class
[exec] /apps/tomcat/webapps/jira/WEB-I ...
keystore to openssl .
java -jar ExportPrivateKey.zip {keystore_path} JKS {keystore_password} {alias} {target_file}
This would export the key to PKCS #8 PEM format. Now run openssl to convert it to the format apache modssl expects the file in
openssl pkcs8 -inform PEM -nocrypt -in exported-pkcs8.key ...
Sometimes you need to have a PEM format CA certificate available for trust verification in certain apps like postfix or apache. If
you have java installed, you most likely have a cacerts file that came with it. Mine is in
/usr/java/j2re1.4.2_07/lib/security/cacerts
Problem is, the cacerts file i ...