Private key password. Private key password is also known as PEM pass phrase. Enter a phrase that you want to use to encrypt the secret key. Re-enter the password for verification.
Make a note of the PEM password. You need to specify this value in the following steps.
Two letter code for country name.
State or province name.
Locality name. For example, you can enter the name of your city.
Organization name.
Organization unit name. For example, the business unit in your organization.
Common name (CN). Mandatory. Enter the fully qualified host name of the Data Integration Service machine.
Email address.
Optionally, enter the following attributes you want to send along with the certificate request:
Challenge password. Enter a string, which is embedded in the CSR and is shared between you and the SSL issuer. If you ever need to re-install your certificate for any reason, you will be required to enter that password for authentication.
Optional company name.
A new RSA private key of 2048-bit size is created. The
<rsakey_name>.key
and
<rsakey_name>.csr
files are generated in the current location.
To generate a self-signed key using the RSA private key, enter the following commands:
PEM pass phrase for the .pem file. This is the same password that you entered in step 4.
Export password that will be used to protect the P12 file. Re-enter the password for verification.
Make a note of this export password for the P12 file. You need to specify this value in some of the following steps and while creating the SAP Table connection in Developer tool.
The
<p12 file name>.p12
file is generated in the current location.
To create a Java keystore file, enter the following command:
<unique alias associated with the source keystore> –destalias <destination alias>
When prompted, enter the following details:
Password for the destination keystore, the JKS file.
Make a note of this password. You need to specify this password while creating the SAP Table connection in Developer tool.
Password for the source keystore, the P12 file. Enter the Export password you specified for the P12 file in step 10.
The
<JKS file name>.jks
file is generated in the current location.
While enabling HTTPS in an SAP Table connection, you must specify the name and location of this keystore file. You must also specify the destination keystore password as the Keystore Password and the source keystore password as the Private Key Password.