automate vault creation

Latest response

How to automate the creation of a password vault on Jboss eap 6.4.14?

The idea is to create a script that defines a standalone Jboss instance. Multiple standalone instances will be supported sharing a common Jboss eap installation. The script will define a ready to use instance so with a:

vault
ldap connection (using ssl/tls) for admin users
keystore
truststore

With eap 6.4.14 I noticed that a vault will only be created by setting an attribute/sec_attribute pair. The output is an xml string. It will be much more convenient to have the output as a cli command. does anyone already some scripts for this and is willing to share them?

Responses