Skip to content

Experimental API Key Tool

Pradeeban Kathiravelu edited this page Aug 23, 2018 · 2 revisions

This tool maybe used to reset expiration date of an existing API-Key

 

Installation

Download api-key.jar.zip and retrieve api-key.jar from the zip. Now drop the api-key.jar into $BINDAAS_HOME/bundles/pickup directory.

Verify Installation

Start Bindaas in console mode and execute following command

osgi> ss

It should display as list of bundles installed. Look for **bindaas-api-key-tool . **It's status should be ACTIVE.

If not ACTIVE start the bundle by executing following command

osgi> start <<bundle-id>>

bundle-id is displayed in the ss command.

Usage

osgi>api-key-tool:setExpire <<api-key>> <<expiration>>

expiration date format must be mm/dd/yyyy

Clone this wiki locally