From 7a534f51895661c52b8235f67c35aeb5b9b8503c Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Mon, 23 Apr 2018 17:31:19 -0400 Subject: [PATCH] Updated the name of AAI certificates. Updated the name of AAI cert. Issue-ID: INT-444 Change-Id: I5b96899996a906264aafd9688273048b45ec954a Signed-off-by: Ankitkumar Patel --- boot/oof_vm_init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index d803330d..42857dbc 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -1,7 +1,7 @@ #!/bin/bash -CERT=/opt/optf-has/aai.cer -KEY=/opt/optf-has/aai.key +CERT=/opt/optf-has/aai_cert.cer +KEY=/opt/optf-has/aai_key.key BUNDLE=/opt/optf-has/aai_bundle.pem NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt) -- 2.16.6