diff options
author | Ryan Young <ry303t@att.com> | 2018-06-07 14:54:32 -0400 |
---|---|---|
committer | Ryan Young <ry303t@att.com> | 2018-06-07 14:56:01 -0400 |
commit | cc3142b7f07c697167ace366887acb2836bb48ef (patch) | |
tree | 7c623b089ff8b4627d8b4f27a80831c5f69f77a4 /installation/src/main/properties | |
parent | 27525d8cce704f03b28eb8833ac1533126ece7da (diff) |
Update to new two-way certificate for AAF
Change-Id: I5079eca9bb781eb5d43fd53143587f74bf257022
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-985
Diffstat (limited to 'installation/src/main/properties')
-rw-r--r-- | installation/src/main/properties/cadi.properties | 73 |
1 files changed, 38 insertions, 35 deletions
diff --git a/installation/src/main/properties/cadi.properties b/installation/src/main/properties/cadi.properties index 9d8e0cb..ba1b253 100644 --- a/installation/src/main/properties/cadi.properties +++ b/installation/src/main/properties/cadi.properties @@ -17,38 +17,41 @@ # limitations under the License. # ============LICENSE_END========================================================= ### -hostname=localhost - -csp_devl_localhost=true - -# should this be onap.org? -basic_realm=onap.org - -basic_warn=TRUE - -cadi_loglevel=DEBUG - -aaf_taf_class=com.att.cadi.aaf.v2_0.AAFTaf -aaf_domain_support=.org - -# add location of keyfile to use encrypted password -#cadi_keyfile=/opt/appc/data/stores/appckeyfile -#cadi_keystore=etc/keystore/truststore2018.jks -#cadi_keystore_password=changeit - -AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=false - -cadi_protocols=TLSv1.1,TLSv1.2 - -# Configure AAF -aaf_url=http://10.12.5.148:8101 - -aaf_id=admin@appc.onap.org - -# to use encrypted password ensure cadi_keyfile location has been set -aaf_password=appc_admin - -aaf_timeout=5000 -aaf_clean_interval=30000 -aaf_user_expires=5000 -aaf_high_count=1000
\ No newline at end of file +#hostname=localhost + +cadi_loglevel=INFO + +############################################################ +# Properties Generated by AT&T Certificate Manager +# @copyright 2016, AT&T +############################################################ +cadi_x509_issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US +cadi_keyfile=/opt/onap/appc/data/stores/org.onap.appc.keyfile +cadi_keystore=/opt/onap/appc/data/stores/org.onap.appc.p12 +cadi_keystore_password=enc:4DVUTKvRCCtebQrKskDsuKFIHLzOf2M9XxNOhVIK4xb +#cadi_key_password=enc:<KEY PASSWORD (optional if the same as KEYSTORE PASSWORD)> +cadi_alias=appc@appc.onap.org +cadi_truststore=/opt/onap/appc/data/stores/truststoreONAPall.jks +cadi_truststore_password=enc:O3Vtv5e77OQWJ_OiLC9Atj3ngyYfulRK519JYFmbKl7 + +## +## org.osaaf.location.props +## +## Localized Machine Information +## +# Almeda California ? +cadi_latitude=37.78187 +cadi_longitude=-122.26147 + +# Locate URL (which AAF Env) +aaf_locate_url=https://aaf-onap-beijing-test.osaaf.org + +# AAF URL +aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0 + +# AAF Environment Designation +aaf_env=DEV + +# OAuth2 Endpoints +aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token +aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect
\ No newline at end of file |