+

Search Tips   |   Advanced Search

 

Create self-signed certificates using scripting

 

Use the Jython or Jacl scripting language to create self-signed certificates with the wsadmin tool. Before starting this task, the wsadmin tool must be running. See the Start the wsadmin scripting client article for more information.

 

Overview

You can create self-signed certificates using the scripting and the AdminTask object. You can run the commands in interactive or batch mode. Interactive mode provides a way to discover the flags that 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 the AdminTask object to get a list of key stores. If we need a new key store, use the createKeyStore command of the AdminTask object.

To create a personal key store, use the following examples:

 

Procedure



Commands for the AdminTask object