File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -143,19 +143,25 @@ This section explains how to import a certificate so that it's trusted by your A
143
143
--sapgenpse <path to sapgenpse> \
144
144
--server-cert <path to server certificate public key> \
145
145
```
146
+
146
147
If the client certificate is in .crt/.key format, use the following switches:
148
+
147
149
```bash
148
150
--client-cert <path to client certificate public key> \
149
151
--client-key <path to client certificate private key> \
150
152
```
151
- If client certificate is in .pfx or .p12 format
153
+
154
+ If the client certificate is in .pfx or .p12 format:
155
+
152
156
```bash
153
157
--client-pfx <pfx filename>
154
158
--client-pfx-passwd <password>
155
159
```
156
- If client certificate issued by enterprise CA, add the switch for **each** CA in the trust chain
160
+
161
+ If the client certificate was issued by an enterprise CA, add this switch for **each** CA in the trust chain:
162
+
157
163
```bash
158
- --cacert <path to ca certificate> #
164
+ --cacert <path to ca certificate>
159
165
```
160
166
161
167
For example:
You can’t perform that action at this time.
0 commit comments