-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA
-
- 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