Skip to content

Commit d9376db

Browse files
authored
Merge pull request #197466 from yelevin/patch-1
Cleanup
2 parents 5760353 + 111da2a commit d9376db

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/sentinel/sap/configure-snc.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,25 @@ This section explains how to import a certificate so that it's trusted by your A
143143
--sapgenpse <path to sapgenpse> \
144144
--server-cert <path to server certificate public key> \
145145
```
146+
146147
If the client certificate is in .crt/.key format, use the following switches:
148+
147149
```bash
148150
--client-cert <path to client certificate public key> \
149151
--client-key <path to client certificate private key> \
150152
```
151-
If client certificate is in .pfx or .p12 format
153+
154+
If the client certificate is in .pfx or .p12 format:
155+
152156
```bash
153157
--client-pfx <pfx filename>
154158
--client-pfx-passwd <password>
155159
```
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+
157163
```bash
158-
--cacert <path to ca certificate> #
164+
--cacert <path to ca certificate>
159165
```
160166
161167
For example:

0 commit comments

Comments
 (0)