Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-12707

Wrong command line to generate base64-encoded passwords

XMLWordPrintable

      In the chapter 5.5.1. Configuring the Client Server,

      echo -n “password” | openssl dgst -sha256 -binary | openssl base64
      

      is wrong. It should be

      echo -n “password” | openssl base64
      

            rhn-support-pnag Priyanka Pandey
            rhn-support-hokuda Hisanobu Okuda
            Jan Martiska Jan Martiska
            Jan Martiska Jan Martiska
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: