fix: use rsa-sha256 for http signatures
peertube (and thus iceshrimp because it uses peertube's lib) seems to not support hs2019
This commit is contained in:
parent
a16b20f6fa
commit
a0df9f8cc4
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ pub trait Fetcher {
|
|||
|
||||
let mut signer = HttpSignature::new(
|
||||
format!("{from}#main-key"), // TODO don't hardcode #main-key
|
||||
"hs2019".to_string(),
|
||||
//"rsa-sha256".to_string(),
|
||||
//"hs2019".to_string(), // pixelfeed/iceshrimp made me go back
|
||||
"rsa-sha256".to_string(),
|
||||
&headers,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue