Create your keys
To generate an RSA public and private key pair in PKCS #8 format perform the following steps in this guide.
Verify that you have OpenSSL installed on your system, open a terminal and type the following command:
|
|
You should see output like below:
|
|
Otherwise, see our article on Install OpenSSL.
- Generate your Private / Public RSA keypair:
|
|
- Extract the private part (this is your private key to use for signed data):
|
|
3.Extract the public part:
|
|
Notes:
- Save your private key file on a secure storage device. Do not store it on shared or public file storage media.
- The public key you must upload to the system must be of the public key certificate (X.509).
You can continue with your preparations for your integration.