-
Notifications
You must be signed in to change notification settings - Fork 11
IBE Library Setup
Sebastian Echeverria edited this page Jan 12, 2016
·
2 revisions
After compiling the IBE Library (see Compiling the IBE Library), the following steps are necessary to install it in a cloudlet:
- Copy the
ibe
andgen
executables to the/usr/local/bin/
folder. - Create the
/usr/local/etc/ibe/
folder, and copy theibe.cnf
andgen.cnf
configuration files to that folder.
To enable the use of the IBE Library in the Cloudlet Manager to generate the pairing credentials, do the following:
-
Open the Pycloud Cloudlet Manager configuration file (
/etc/pycloud_manager.ini
in a deployment environment, or./development_manager.ini
in a development environment). -
In the line with the key
pycloud.credentials_type
set the value toIBE
. -
If Pycloud Cloudlet Manager was running, restart it.