Fully HTTPS support in the webseal-simulator
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / recipes / SDC_Simulator_4_locate_keystore.rb
1 directory "Jetty_etcdir_creation" do
2         path "#{ENV['JETTY_BASE']}/etc"
3         owner 'jetty'
4         group 'jetty'
5         mode '0755'
6         action :create
7 end
8
9 cookbook_file "#{ENV['JETTY_BASE']}/etc/org.onap.sdc.trust.jks" do
10    source "org.onap.sdc.trust.jks"
11    owner "jetty"
12    group "jetty"
13    mode 0755
14 end
15
16 cookbook_file "#{ENV['JETTY_BASE']}/etc/org.onap.sdc.p12" do
17         source "org.onap.sdc.p12"
18         owner "jetty"
19         group "jetty"
20         mode 0755
21 end