cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload a key pair generated from puTTy in CPI tenant.

0 Kudos

I am trying a SFTP scenario. For that I've generated a private and public and OpenSSH key from putty.

I want to upload the private key on CPI tenant's keyStore.  

omkarvilas_a_kandekar_0-1706681763038.png

From the above options I've tried key Pair, SSH key and keyStore option but got error on uploading key there.

In CPI we've the option to create SSH key. From that we can download the public key and can share with server but with this we can not download private key and cannot see the SFTP server via fileZilla.

So is there any way to upload key generated from puTTy to upload on keystore or download the private key from SSH key that we created itself in CPI.

if possible please mention what's the type of extension of the key that should be upload on CPI tenant. The extension for generated private key which I was trying to upload is .ppk 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

samjohn
Discoverer
0 Kudos

If you find error in upload the private key  in CPI tenant. Check this :

https://community.sap.com/t5/technology-blogs-by-members/create-keystore-ssh-key-for-sap-commissions...

Note if you generate SSH from OpenSSH. then the private key is in .pem format. You have to use PuTTYgen to convert the key from .pem to .ppk format. 

 

sachin_yadav3
Active Participant
0 Kudos

Hi , 

I think you need to do following. 

SAP CPI accept P12 format as key pair. 

Convert .cer to  P12 using SSL command . It will generate passphrase and P12. 

Upload P12 into CPI as a key pair using above generate passphrase. 

 

Thanks 

Sachin Yadav