WAS v8.5 > Script the application serving environment (wsadmin) > Scripting for security > Configure security with scripting > Secure communications using wsadmin

Create self-signed certificates using scripting

Use the Jython or Jacl scripting language to create self-signed certificates with wsadmin.

Before starting this task, wsadmin must be running. See the Starting the wsadmin scripting client article for more information. We can create self-signed certificates using the scripting and AdminTask. We can run the commands in interactive or batch mode. Interactive mode provides a way to discover the flags needed to run the task in batch mode.

Certificates reside inside of key stores. To run the commands, you will need the name of the key store to be supplied. Use the listKeyStore command of AdminTask to get a list of key stores. If you need a new key store, use the createKeyStore command of the AdminTask object.

To create a personal key stores:


Related


Start the wsadmin scripting client using wsadmin.sh


Related information:

Commands for AdminTask using wsadmin.sh


+

Search Tips   |   Advanced Search