From 7a32265b082dcfa57ef9d8c99c332d123bad87bc 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 5ea6c0d..2db64a3 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