lib/fingercap/configurations/recorder.rb in fingercap-0.4.3 vs lib/fingercap/configurations/recorder.rb in fingercap-0.4.4

- old
+ new

@@ -87,9 +87,10 @@ end desc "Copy server certificates from the secure instance to /etc" task :install_certificates do # TODO: permissions + install_from_secure 'etc/ssl/private/callmobe.pem', '/etc/ssl/private/callmobe.pem' install_from_secure 'etc/ssl/private/callrecord.pem', '/etc/ssl/private/callrecord.pem' install_from_secure 'etc/ssl/certs/robin.crt', '/etc/ssl/certs/robin.crt' end desc "Install all gems needed by the application" \ No newline at end of file