Update to new two-way certificate for AAF
[appc/deployment.git] / installation / src / main / properties / cadi.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # APPC
4 # ================================================================================
5 # Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20 #hostname=localhost
21
22 cadi_loglevel=INFO
23
24 ############################################################
25 # Properties Generated by AT&T Certificate Manager
26 # @copyright 2016, AT&T
27 ############################################################
28 cadi_x509_issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US
29 cadi_keyfile=/opt/onap/appc/data/stores/org.onap.appc.keyfile
30 cadi_keystore=/opt/onap/appc/data/stores/org.onap.appc.p12
31 cadi_keystore_password=enc:4DVUTKvRCCtebQrKskDsuKFIHLzOf2M9XxNOhVIK4xb
32 #cadi_key_password=enc:<KEY PASSWORD (optional if the same as KEYSTORE PASSWORD)>
33 cadi_alias=appc@appc.onap.org
34 cadi_truststore=/opt/onap/appc/data/stores/truststoreONAPall.jks
35 cadi_truststore_password=enc:O3Vtv5e77OQWJ_OiLC9Atj3ngyYfulRK519JYFmbKl7
36
37 ##
38 ## org.osaaf.location.props
39 ##
40 ## Localized Machine Information
41 ##
42 # Almeda California ?
43 cadi_latitude=37.78187
44 cadi_longitude=-122.26147
45
46 # Locate URL (which AAF Env)
47 aaf_locate_url=https://aaf-onap-beijing-test.osaaf.org
48
49 # AAF URL
50 aaf_url=https://AAF_LOCATE_URL/AAF_NS.service:2.0
51
52 # AAF Environment Designation
53 aaf_env=DEV
54
55 # OAuth2 Endpoints
56 aaf_oauth2_token_url=https://AAF_LOCATE_URL/AAF_NS.token:2.0/token
57 aaf_oauth2_introspect_url=https://AAF_LOCATE_URL/AAF_NS.introspect:2.0/introspect