fingercap 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,6 +89,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
89
89
|
desc "Copy server certificates from the secure instance to /etc"
|
90
90
|
task :install_certificates do
|
91
91
|
# TODO: permissions
|
92
|
+
install_from_secure 'etc/ssl/private/callmobe.pem', '/etc/ssl/private/callmobe.pem'
|
92
93
|
install_from_secure 'etc/ssl/private/callrecord.pem', '/etc/ssl/private/callrecord.pem'
|
93
94
|
install_from_secure 'etc/ssl/certs/robin.crt', '/etc/ssl/certs/robin.crt'
|
94
95
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fingercap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 4
|
10
|
+
version: 0.4.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Manfred Stienstra
|