Skip to content

Commit da0c60a

Browse files
authored
Update mutual-authentication-troubleshooting.md
1 parent 7655e16 commit da0c60a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/mutual-authentication-troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ Double check the certificate chain that was uploaded and remove the private key
123123
#### Cause
124124

125125
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.
128128

129129
#### Solution
130130

131131
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.
134134

135135
### Error code: ApplicationGatewayTrustedClientCertificateDoesNotContainAnyCACertificate
136136

0 commit comments

Comments
 (0)