summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-xscripts/check-qemu-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index ad3f9f45..0a12d5d3 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -385,9 +385,9 @@ try:
c.expect(op_mode_prompt, timeout=600)
c.sendline(f'openssl dhparam -out {dh_pem} 2048')
c.expect(op_mode_prompt, timeout=600)
- c.sendline(f'generate openvpn key {s2s_key}')
+ c.sendline(f'openvpn --genkey secret {s2s_key}')
c.expect(op_mode_prompt)
- c.sendline(f'generate openvpn key {auth_key}')
+ c.sendline(f'openvpn --genkey secret {auth_key}')
c.expect(op_mode_prompt)
script_file = '/config/scripts/vyos-foo-update.script'