File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments