Hide Forgot
Title: Using 2-way SSL for the Management interface and the CLI Describe the issue: Two issues in step #4 of the procedure. 1) This command is invalid: /core-service=management/security-realm=CertificateRealm:add/server-identity=ssl:add(keystore-path=/path/to/HOST1.keystore.jks,keystore-password=secret, alias=HOST1_alias) The first :add is a mistake and should be: /core-service=management/security-realm=CertificateRealm/server-identity=ssl:add(keystore-path=/path/to/HOST1.keystore.jks,keystore-password=secret, alias=HOST1_alias) 2) It doesn't indicate that these command are only for standalone. If you run these commands on a domain setup you are left with a server that won't start. One needs to add /host=master before each command for a domain mode install. Suggestions for improvement: Be nice if it would give an example for 'point the interface to it:' Additional information:
(In reply to Chris Dolphy from comment #0) > Title: Using 2-way SSL for the Management interface and the CLI > > Describe the issue: > > Two issues in step #4 of the procedure. > > 1) This command is invalid: > /core-service=management/security-realm=CertificateRealm:add/server- > identity=ssl:add(keystore-path=/path/to/HOST1.keystore.jks,keystore- > password=secret, alias=HOST1_alias) > > The first :add is a mistake and should be: > /core-service=management/security-realm=CertificateRealm/server-identity=ssl: > add(keystore-path=/path/to/HOST1.keystore.jks,keystore-password=secret, > alias=HOST1_alias) Corrected. > > 2) It doesn't indicate that these command are only for standalone. If you > run these commands on a domain setup you are left with a server that won't > start. > > One needs to add /host=master before each command for a domain mode install. Added the following Important note: Important The provided commands apply to standalone mode only. For domain mode, add /host=master before each command. > > Suggestions for improvement: > > Be nice if it would give an example for 'point the interface to it:' > > Additional information: Setting to Modified.
Moving to ON_QA. The changes should be available for review on the documentation stage within an hour or so from this comment. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/
Verified on stage.