diff options
author | Xiaohua Zhang <xiaohua.zhang@windriver.com> | 2019-03-08 06:08:47 +0000 |
---|---|---|
committer | Xiaohua Zhang <xiaohua.zhang@windriver.com> | 2019-03-08 06:08:47 +0000 |
commit | 9d536985089479573d5d292e20fc18a9adfd72f4 (patch) | |
tree | d7cacbfa2eb4a9a607b3b77bdb64d61ca5ebf77a /multivimbroker/assembly.xml | |
parent | 57b4c6fe822a1e36a37a0656af191631f5397190 (diff) |
Add https support for multicloud broker
The https endpoint can be enabled by setting env: SSL_ENABLED=true
Change-Id: I69d1301df24492df11b782f19ae3ef36c25f1d94
Issue-ID: MULTICLOUD-522
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Diffstat (limited to 'multivimbroker/assembly.xml')
-rw-r--r-- | multivimbroker/assembly.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multivimbroker/assembly.xml b/multivimbroker/assembly.xml index 14dd809..1b6d09e 100644 --- a/multivimbroker/assembly.xml +++ b/multivimbroker/assembly.xml @@ -30,6 +30,8 @@ <include>**/*.xsd</include> <include>**/*.bpel</include> <include>**/*.yml</include> + <include>**/*.crt</include> + <include>**/*.key</include> </includes> </fileSet> <fileSet> |