blob: cf866571c7af861c8188dcc925176e671d9d0392 [file] [log] [blame]
Piotr Marcinkiewicza16144f2020-07-09 16:44:29 +02001# Copyright © 2020 Nokia
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14global:
15 aaf:
16 certServiceClient:
17 image: onap/org.onap.aaf.certservice.aaf-certservice-client:1.2.0
18 envVariables:
19 # Certificate related
20 cmpv2Organization: "Linux-Foundation"
21 cmpv2OrganizationalUnit: "ONAP"
22 cmpv2Location: "San-Francisco"
23 cmpv2State: "California"
24 cmpv2Country: "US"
25 # Client configuration related
26 requestURL: "https://aaf-cert-service:8443/v1/certificate/"
27 requestTimeout: "30000"
28 keystorePassword: "secret"
29 truststorePassword: "secret"