actually put in the cert bundle
This commit is contained in:
parent
62b164458b
commit
d8d89cb6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ execute 'back up cert bundle' do
|
|||
end
|
||||
|
||||
execute 'add startcom cert' do
|
||||
command 'mv /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt.bak'
|
||||
command 'cat /etc/pki/tls/certs/ca-bundle.crt.bak /etc/pki/tls/certs/startcom-cert.crt > /etc/pki/tls/certs/ca-bundle.crt'
|
||||
not_if "cat /etc/pki/tls/certs/ca-bundle.crt | grep '#{<<LINE_FROM_CERT
|
||||
J/eUsTc9t8eR9+IB7P2UieHMbtM21goZea7XNIJl/3xCu7bdC6Y0r0tg/n9DSQaL
|
||||
jEO4VvLZfyFDF+qnSJUBdXXqK6VDleoVhJ0IjSZuVZur3NI50jEdYOKszFZFJPUc
|
||||
|
|
|
|||
Loading…
Reference in a new issue