Use rsa2048-sha256 as the default algorithm
This commit is contained in:
parent
25f7796629
commit
c23f2bd573
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub enum Algorithm {
|
|||
|
||||
impl Default for Algorithm {
|
||||
fn default() -> Self {
|
||||
Self::Ed25519Sha256
|
||||
Self::Rsa2048Sha256
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue