0

I want to install alfresco community edition 7.3 on windows 10. I used below repo for generate keystore: https://github.com/Alfresco/alfresco-ssl-generator and this command:

run.cmd -alfrescoversion community -keystorepass “password" -truststorepass “password"

I get exception when i start tomcat:

    org.alfresco.error.AlfrescoRuntimeException: 00250002 Keystores are invalid
    at 
...
Caused by: org.alfresco.error.AlfrescoRuntimeException: 00250001 Failed to create key: metadata
 in key store: 
   Location: classpath:alfresco/keystore/keystore
   Provider: null
   Type:     pkcs12

alfresco-global.properties:

    dir.root=/alfresco-tls/alfresco/alf_data
    dir.keystore=${dir.root}/keystore
   ...
    index.subsystem.name=solr6
    solr.secureComms=secret
    solr.port=8983
    solr.sharedSecret=password
    
    encryption.ssl.keystore.location=${dir.keystore}/ssl.keystore
    encryption.ssl.keystore.type=JCEKS
    encryption.ssl.keystore.keyMetaData.location=
    encryption.ssl.truststore.location=${dir.keystore}/ssl.truststore
    encryption.ssl.truststore.type=JCEKS
    encryption.ssl.truststore.keyMetaData.location=
     # secret key keystore configuration
    encryption.keystore.location=${dir.keystore}/keystore
    encryption.keystore.keyMetaData.location=
    encryption.keystore.type=JCEKS
HNP
  • 35
  • 1
  • 7
  • After more researching, I found the solution for install alfresco ce 7.3 and its works : [link](https://javaworld-abhinav.blogspot.com/2022/05/setup-acs-7-ass-2-and-local-windows.html) – HNP May 01 '23 at 11:27

0 Answers0