3 Replies Latest reply on Jan 25, 2019 4:59 AM by mayerw01

    WFLYDM0111

    samphal

      Dear all,

      i haven't experience with JBoss wildly and I just learning and testing.

      Today I meet one issue that I can't start ./standalone.sh, it shows message error as below:

       

      17:39:41,144 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /data/wildfly-10.1.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost.

       

       

      who can help me, please?

        • 1. Re: WFLYDM0111
          g.hohl

          For offering HTTPS WildFly needs a certificate which is stored in a keystore. When you start the system the 1st time, such a certificate in such a keystore doesn't exist. So WildFly is so kind to create that for you. When you go into productive usage you should replace that with a real certificate.

           

          I hope that sheds some light on it.

          • 2. Re: WFLYDM0111
            samphal

            Thanks for sharing your experience but How to create certificate for testing ?

            • 3. Re: WFLYDM0111
              mayerw01

              You may use the java keytool for this purpose Examples - Latest WildFly Documentation - Project Documentation Editor

               

              "Open a terminal window in the folder {jboss.home}/standalone/configuration and enter the following command: -

              keytool -genkey -alias server -keyalg RSA -keystore server.keystore -validity 365"