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

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.GA
    • 7.0.0.GA
    • Documentation
      • EAP 7.0.x

      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 Nag
              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: