Skip to content

Commit b2339e1

Browse files
authored
Update README.md
1 parent af382ab commit b2339e1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@ NO WARRANTIES, [MIT License](LICENSE)
1212

1313
## Usage
1414

15+
### Install Certificates
16+
17+
Run program `Z_STRUST_INSTALLER` and enter the domain for which you want to install the required certificates to ABAP Trust Management:
18+
19+
![Installer Selection-Screen](/img/installer-1.png)
20+
21+
![Installer Result](/img/installer-2.png)
22+
23+
### Update Certificates
24+
25+
Run program `Z_STRUST_UPDATER` and optionally enter domains for which you want to update the certificates to ABAP Trust Management:
26+
27+
![Updater Selection-Screen](/img/updater-1.png)
28+
29+
![Updater Result](/img/updater-2.png)
30+
31+
![Updater Result](/img/updater-3.png)
32+
33+
![Updater Result with Root Intermediate Certificates](/img/updater-4.png)
34+
35+
## API
36+
1537
Example of creating, updating, or removing a certificate using class `zcl_strust2`.
1638

1739
```abap

0 commit comments

Comments
 (0)