Sign Date header
This commit is contained in:
parent
a2b61150f2
commit
2bf3b156a7
|
@ -62,7 +62,8 @@ defmodule Clacks.ActivityPub.Federator do
|
||||||
"(request-target)": "post #{inbox_path}",
|
"(request-target)": "post #{inbox_path}",
|
||||||
host: inbox_host,
|
host: inbox_host,
|
||||||
"content-length": byte_size(body),
|
"content-length": byte_size(body),
|
||||||
digest: digest
|
digest: digest,
|
||||||
|
date: date
|
||||||
}
|
}
|
||||||
|
|
||||||
{private_key, key_id} = private_key_for_actor(actor_id)
|
{private_key, key_id} = private_key_for_actor(actor_id)
|
||||||
|
|
Loading…
Reference in New Issue