0 Replies Latest reply on Sep 17, 2009 4:10 PM by popescui

    Prompt for SSLPassword attribute value

    popescui

      Hi,

      I have configured the following APR SSL Coyote HTTP/1.1 Connector:

      <Connector protocol="org.apache.coyote.http11.Http11AprProtocol"
       port="8443" enableLookups="false"
       acceptCount="100" scheme="https" secure="true"
       SSLEnabled="true"
       SSLCertificateFile="${user.home}/cacert.pem"
       SSLCertificateKeyFile="${user.home}/privkey.pem"
       SSLPassword="mypassword"/>


      Is that any way to configure JBoss AS5 such that instead of hardcoding the SSLPassword in the server.xml file the server will prompt for SSLPassword at startup?

      Thanks,
      Julian