summaryrefslogtreecommitdiffstats
path: root/lib/Command
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-02 10:20:11 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-01-02 23:49:00 -0100
commitdd30d98cac596cddcbf4a9f56a88807c8c4fe356 (patch)
tree10afab8d21508c4dd76f10b1f944499c8e3d2794 /lib/Command
parent43fc850c18398bded7884c804b94daab80dabca8 (diff)
refresh keys after 7 days
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/CacheRefresh.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Command/CacheRefresh.php b/lib/Command/CacheRefresh.php
index 413e958f..c90355a3 100644
--- a/lib/Command/CacheRefresh.php
+++ b/lib/Command/CacheRefresh.php
@@ -102,6 +102,9 @@ class CacheRefresh extends Base {
*/
protected function execute(InputInterface $input, OutputInterface $output) {
+ $result = $this->actorService->blindKeyRotation();
+ $output->writeLn($result . ' key pairs refreshed');
+
$result = $this->actorService->manageCacheLocalActors();
$output->writeLn($result . ' local accounts regenerated');