Skip to content

Commit 520c6cb

Browse files
authored
Update README.md (#4)
* Update README.md * Create README.md * Add files via upload * Update README.md * Update README.md
1 parent af382ab commit 520c6cb

File tree

8 files changed

+25
-1
lines changed

8 files changed

+25
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
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
@@ -68,7 +90,8 @@ MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
6890

6991
## Prerequisites
7092

71-
SAP Basis 7.02 or higher
93+
- SAP Basis 7.50 or higher
94+
- Packages: `ajson`, `string-map`, `error`, `http`, `distinguished-name`
7295

7396
## Installation
7497

img/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Screen shots

img/installer-1.png

13 KB
Loading

img/installer-2.png

9.67 KB
Loading

img/updater-1.png

9.54 KB
Loading

img/updater-2.png

16.5 KB
Loading

img/updater-3.png

43.9 KB
Loading

img/updater-4.png

21 KB
Loading

0 commit comments

Comments
 (0)