diff options
Diffstat (limited to 'conductor.conf')
-rwxr-xr-x | conductor.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/conductor.conf b/conductor.conf index 150d78b..b2c1f61 100755 --- a/conductor.conf +++ b/conductor.conf @@ -150,7 +150,14 @@ certificate_key_file = /usr/local/bin/aai_key.key # Certificate Authority Bundle file in pem format. Must contain the appropriate # trust chain for the Certificate file. (string value) #certificate_authority_bundle_file = /opt/app/conductor/etc/certs/ca_bundle.pem -certificate_authority_bundle_file = /opt/optf-has/aai_cert.cer +certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer + +# Basic Authentication Username (string value) +username = OOF + +# Basic Authentication Password (string value) +password = OOF + [api] |