Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Sep 20, 2015
2 parents 45c593d + f17d704 commit f39ad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/site-cookbooks/wpcli/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
cwd File.join(node[:apache][:dir], 'ssl')
code <<-EOH
openssl genrsa -out server.key 2048
openssl req -new -key server.key -subj '/C=JP/ST=Wakayama/L=Kushimoto/O=My Corporate/CN=#{node[:fqdn]}' -out server.csr
openssl req -new -key server.key -sha256 -subj '/C=JP/ST=Wakayama/L=Kushimoto/O=My Corporate/CN=#{node[:fqdn]}' -out server.csr
openssl x509 -in server.csr -days 365 -req -signkey server.key > server.crt
EOH
notifies :restart, "service[apache2]"
Expand Down

0 comments on commit f39ad99

Please sign in to comment.