You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/services/activitypub
Eugen Rochko cabdbb7f9c
Add CLI task for rotating keys (#8466)
* If an Update is signed with known key, skip re-following procedure

Because it means the remote actor did *not* lose their database

* Add CLI method for rotating keys

    bin/tootctl accounts rotate [USERNAME]

Generates a new RSA key per account and sends out an Update activity
signed with the old key.

* Key rotation: Space out Update fan-outs every 5 minutes per 1000 accounts

* Skip suspended accounts in key rotation
6 years ago
..
fetch_featured_collection_service.rb
fetch_remote_account_service.rb Improve federated ID validation (#8372) 6 years ago
fetch_remote_key_service.rb Improve federated ID validation (#8372) 6 years ago
fetch_remote_status_service.rb Improve federated ID validation (#8372) 6 years ago
process_account_service.rb Add CLI task for rotating keys (#8466) 6 years ago
process_collection_service.rb Fix handling of malformed ActivityPub payloads when URIs are nil (#7370) 7 years ago