diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-04-23 17:31:19 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-04-23 17:32:05 -0400 |
commit | 7a534f51895661c52b8235f67c35aeb5b9b8503c (patch) | |
tree | fb78588b3beec74644f097516b00a6a3f920718b /boot | |
parent | ba90f1a1067ba6a4ead26ae979dc482e446835ce (diff) |
Updated the name of AAI certificates.
Updated the name of AAI cert.
Issue-ID: INT-444
Change-Id: I5b96899996a906264aafd9688273048b45ec954a
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/oof_vm_init.sh | 4 |
1 files 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) |