From 08b5efaa7b083c610bb55c4fb64a87455b3bd9eb Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Tue, 5 Mar 2019 11:27:53 -0500 Subject: [PATCH] Add rfs sync to get initial keys After we set up synchronization with the RFS server, we should immediately do a sync to make sure the local keystore matches the RFS server. Change-Id: Ib5926776aafbb7615ea8d22386fc33c520e29506 --- tasks/client.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/client.yaml b/tasks/client.yaml index 7308727..38508f6 100644 --- a/tasks/client.yaml +++ b/tasks/client.yaml @@ -100,3 +100,6 @@ - name: set up rfs_sync command: /opt/nfast/bin/rfs-sync --setup --no-authenticate {{ thales_rfs_server_ip_address }} + +- name: get keys from rfs server + command: /opt/nfast/bin/rfs-sync --update