mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-03-10 04:59:48 +01:00
I piggyback on ssl-cert package that's got ssl-cert group and the directory /etc/ssl/private, the group can read files from (but not list files there). Thus, by adding a user to ssl-cert group, they can read both ssl-cert certificates and the KasmVNC certificate.o Note: currently, KasmVNC only supports one file that must contain both private and public keys. For this reason, I didn't use the snakeoil certificate from ssl-cert, as it's split into two files.
17 lines
549 B
Plaintext
17 lines
549 B
Plaintext
Source: kasmvnc
|
|
Section: x11
|
|
Priority: optional
|
|
Maintainer: Kasm Technologies LLC <info@kasmweb.com>
|
|
Build-Depends: debhelper (>= 11), rsync
|
|
Standards-Version: 4.1.3
|
|
Homepage: https://github.com/kasmtech/KasmVNC
|
|
#Vcs-Browser: https://salsa.debian.org/debian/kasmvnc
|
|
#Vcs-Git: https://salsa.debian.org/debian/kasmvnc.git
|
|
|
|
Package: kasmvncserver
|
|
Architecture: amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ssl-cert, python, xauth
|
|
Provides: vnc-server
|
|
Description: virtual network computing server with web interface
|
|
Lorem ipsum
|