Skip to content

Commit d815b62

Browse files
committed
fix indent
1 parent b970d69 commit d815b62

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/content/partials/ssl/byo-ca-mtls-cert-requirements.mdx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,23 @@ import { Details } from "~/components"
99
* In the certificate `Basic Constraints`, the attribute `CA` must be set to `TRUE`.
1010
* The certificate must use one of the signature algorithms listed below:
1111

12+
<Details header="Allowed signature algorithms">
1213

13-
<Details header="Allowed signature algorithms">
14+
`x509.SHA1WithRSA`
1415

15-
`x509.SHA1WithRSA`
16+
`x509.SHA256WithRSA`
1617

17-
`x509.SHA256WithRSA`
18+
`x509.SHA384WithRSA`
1819

19-
`x509.SHA384WithRSA`
20+
`x509.SHA512WithRSA`
2021

21-
`x509.SHA512WithRSA`
22+
`x509.ECDSAWithSHA1`
2223

23-
`x509.ECDSAWithSHA1`
24+
`x509.ECDSAWithSHA256`
2425

25-
`x509.ECDSAWithSHA256`
26+
`x509.ECDSAWithSHA384`
2627

27-
`x509.ECDSAWithSHA384`
28+
`x509.ECDSAWithSHA512`
2829

29-
`x509.ECDSAWithSHA512`
3030

31-
32-
</Details>
31+
</Details>

0 commit comments

Comments
 (0)