Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

I have been searching a way to export ALL trusted certificates from a .pse file.
I found the following SAP Note for Web Dispatcher ,
2912706 - How to export the Trusted Certificates of Web Dispatcher SSL PSE, it is unpractical, having to import the pse file using STRUST, and then export each certificate one by one.

I found a simpler way to export all the certificates at once, using sapgenpse mode option -l PEMlist 

sapgenpse maintain_pk -p filename.pse -l PEMlist

This command and option produce a PEM format output, which can be saved to a file for backup and restore.
It is a more practical way of exporting all the certificates within any PSE.

2024-09-12 12_12_49-Clipboard.jpg

The version and build details of SAPGENPSE I use:

Platform: windows-x86-64 (windows-x86-64)
Versions: SAPGENPSE 8.5.51 (Jun 22 2023)
CommonCryptoLib 8.5.51 (Jun 22 2023) [AES-NI,CLMUL,SSE3,SSSE3]
Build change list: 248031

1 Comment