mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Use "ES512" value
This commit is contained in:
parent
a1add992ee
commit
e4e225db32
@ -176,7 +176,7 @@ class CertEditPage extends React.Component {
|
||||
this.updateCertField("bitSize", 256);
|
||||
} else if (value === "ES384") {
|
||||
this.updateCertField("bitSize", 384);
|
||||
} else if (value === "ES521") {
|
||||
} else if (value === "ES512") {
|
||||
this.updateCertField("bitSize", 521);
|
||||
} else {
|
||||
this.updateCertField("bitSize", 2048);
|
||||
|
Loading…
x
Reference in New Issue
Block a user