diff options
author | Varac <varac@leap.se> | 2017-06-28 18:45:43 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-28 18:45:43 +0200 |
commit | 962915788cf38f638226cbd4e17231de7742dbf8 (patch) | |
tree | ad8d07be0409f7bff6516310de73bd4e7cc99f46 | |
parent | dae33366b076bede7fa4657c5cf3b0726dbe428b (diff) |
[pkg] Add ssl-cert to soledad-server deb deps
The soledad user needs to read the ssl certificate
private key stored in `/etc/x509/keys/leap.key`,
which is accessible by users in the `ssl-cert` group,
added by the `ssl-cert` package.
On installation, the soledad user is added to that group
so the ssl-package needs to be installed by then.
- Resolves: #8849
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b9fc963f..ba3d71a0 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Architecture: all Provides: leap.soledad.server, ${python:Provides} Depends: ${misc:Depends}, ${python:Depends}, lsb-base (>= 3.0-6), python-configparser, python-couchdb, python-simplejson, python-oauth, python-routes, python-six, python-twisted-web (>= 13.0.0-1~bpo70+1), - python-beaker, sudo + python-beaker, sudo, ssl-cert Description: Synchronization of locally encrypted data among devices (server files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an |