You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/mutual-authentication-troubleshooting.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,14 +123,14 @@ Double check the certificate chain that was uploaded and remove the private key
123
123
#### Cause
124
124
125
125
There are two potential causes for this error:
126
-
1.**Parsing failure:** The certificate chain isn't in the correct format. Application Gateway expects certificate chains in PEM format with properly delimited individual certificates.
127
-
2.**Empty content:** The uploaded file contains only delimiters without actual certificate data between them.
126
+
***Parsing failure:** The certificate chain isn't in the correct format. Application Gateway expects certificate chains in PEM format with properly delimited individual certificates.
127
+
***Empty content:** The uploaded file contains only delimiters without actual certificate data between them.
128
128
129
129
#### Solution
130
130
131
131
Based on the specific cause, apply one of the following solutions:
132
-
1.**Format issue:** Ensure the certificate chain is in PEM format with each certificate properly delimited by `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` markers. Each certificate should be on separate lines within these delimiters.
133
-
2.**Missing data:** Verify that the certificate file contains actual certificate data between the delimiters, not just empty delimiters.
132
+
***Format issue:** Ensure the certificate chain is in PEM format with each certificate properly delimited by `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` markers. Each certificate should be on separate lines within these delimiters.
133
+
***Missing data:** Verify that the certificate file contains actual certificate data between the delimiters, not just empty delimiters.
0 commit comments