mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-25 01:33:58 +03:00
Merge pull request #512 from fundon/feature_support_dsa_key
support dsa key format
This commit is contained in:
commit
ce6931a046
@ -101,6 +101,7 @@ var (
|
||||
"(MCE)": 1702,
|
||||
"(McE)": 1702,
|
||||
"(RSA)": 2048,
|
||||
"(DSA)": 1024,
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user