File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,28 @@ NO WARRANTIES, [MIT License](LICENSE)
12
12
13
13
## Usage
14
14
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
+
15
37
Example of creating, updating, or removing a certificate using class ` zcl_strust2 ` .
16
38
17
39
``` abap
You can’t perform that action at this time.
0 commit comments