All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:13, 17 January 2026 Ebasso talk contribs created page IBM Sterling Connect:Direct : Certificate-Based Authentication Setup using C:D Web Services (Created page with "== Part 1: REST Client Certificate Configuration == === Step 1.1: Export CDWS Server Certificate === First, obtain the CDWS server's certificate download it directly from the server <syntaxhighlight lang="bash"> # Download certificate from CDWS server openssl s_client -connect cdws-hostname:9443 -showcerts < /dev/null 2>/dev/null | \ openssl x509 -outform PEM > cdws-server.pem </syntaxhighlight> = Ver também = * IBM Sterling * IBM Sterling Connect:Direct...")