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
This commit is contained in:
parent
3076482fda
commit
08b5efaa7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user