This document shows how to use JavaKey.
- To display help for javakey, enter the command without any parameters:
[applmgr@ebusinesstest u0]$ javakey javakey l list of the identities in the database. c create an new identity. r remove an identity from the database. i import a public key, a key pair, etc. g generate a key pair, a certificate, etc. d display a certficate. for more information, see documentation. [applmgr@ebusinesstest u0]$
- To list all identities in the database, enter javakey l:
[applmgr@ebusinesstest u0]$ javakey l Scope: sun.security.provider.IdentityDatabase, source file: /home/applmgr/identitydb.obj JInitiator[identitydb.obj][trusted] CWM[identitydb.obj][trusted] ExpressWebAgent[identitydb.obj][trusted] OEM_2.0[identitydb.obj][trusted] obp[identitydb.obj][trusted] appltop[identitydb.obj][trusted] Pharm[identitydb.obj][trusted] Developer[identitydb.obj][trusted] Discoverer[identitydb.obj][trusted] OracleApplications[identitydb.obj][trusted] APPLTOP[identitydb.obj][trusted] Dev2k[identitydb.obj][trusted] [applmgr@ebusinesstest u0]$
- To create a new identity in the database, enter javakey c <newidentity>:
[applmgr@ebusinesstest u0]$ javakey c TestVS1 Created identity TestVS1[identitydb.obj][not trusted] [applmgr@ebusinesstest u0]$ javakey c OracleApplications An error occured trying to add OracleApplications to sun.security.provider.IdentityDatabase, source file: /home/applmgr/identitydb.obj[name conflict] [applmgr@ebusinesstest u0]$
Recent Comments