4 posts total
I recently got ActivityPub working on simple static websites.. though im not sure anything learned there would help here... Successfully sent a message from my local #SofaPub server to myself at infosec.exchange. The command I used was: cat ./hello_world.json | sofapub post https://infosec.exchange/inbox The JSON file is just an ActivityPub Create message I created by hand in Emacs. Also uploaded sofapub to crates.io. You can install it with `cargo install sofapub` and run the executable right away. I'll update the documentation shortly to align with that usage. |
@justin Am I understanding it correctly that client's secret keys are client-side encrypted and stored on the server (as olm accounts)? If so, which key is used for encryption?
Do clients sync their keys using those server-side encrypted accounts?