diff options
author | Liexiang Yue <yueliexiang@chinamobile.com> | 2019-04-08 16:23:05 +0800 |
---|---|---|
committer | Liexiang Yue <yueliexiang@chinamobile.com> | 2019-04-08 16:23:05 +0800 |
commit | 5dc8f722d834229c27aab4ae2e8a609db09edb0d (patch) | |
tree | e42afcd0e9db62907f059260fc47d693a0be32b4 /fcaps/assembly.xml | |
parent | 34fe8cbca786d59ccc2550a1f20b4b7d20b3aae7 (diff) |
Add secured https support for FCAPS
Issue-ID: MULTICLOUD-522
Change-Id: I0d08093d09a450313a2ca29372f65d794dce9502
Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
Diffstat (limited to 'fcaps/assembly.xml')
-rw-r--r-- | fcaps/assembly.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fcaps/assembly.xml b/fcaps/assembly.xml index bfa14bef..442b49db 100644 --- a/fcaps/assembly.xml +++ b/fcaps/assembly.xml @@ -32,6 +32,8 @@ <include>**/*.xsd</include> <include>**/*.bpel</include> <include>**/*.yml</include> + <include>**/*.crt</include> + <include>**/*.key</include> </includes> </fileSet> <fileSet> |