EIPC Master
Step 1. EIPC Settings
1.1. Generate and Set UID (RFC 4122 a Universally Unique IDentifier [UUID])
1.2. Generate and Set Private and Public Key Pair
OR Type on terminal (Unix based OS)
openssl genrsa -out rsa_1024_priv.pem 1024
This generates a private key
cat rsa_1024_priv.pem
Copy and paste this in the Private Key
Next, get the public key
openssl rsa -pubout -in rsa_1024_priv.pem -out rsa_1024_pub.pem
cat rsa_1024_pub.pem
1.3. Select hash algorithm for digital signature
1.1. Generate and Set UID (RFC 4122 a Universally Unique IDentifier [UUID])
1.2. Generate and Set Private and Public Key Pair
OR Type on terminal (Unix based OS)
openssl genrsa -out rsa_1024_priv.pem 1024
This generates a private key
cat rsa_1024_priv.pem
Copy and paste this in the Private Key
Next, get the public key
openssl rsa -pubout -in rsa_1024_priv.pem -out rsa_1024_pub.pem
cat rsa_1024_pub.pem
1.3. Select hash algorithm for digital signature
Step 2. Subscribe Peer on Application Server. Establish trust
Platform:Manufacturer:
Firmware:
Subscribe Peer
Step 3. Package data
Step 4. Broadcast Package
Step 5. Trust package
Step **. AJWS Request
EIPC Slave
@4Z App Server. System
Step 0. Ping Server
Step 1. About
Get About Info:Step 2. Get Events Log
Event LEVEL:Source ID:
Source TYPE:
Step 3. Encrypt
->