mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-10 23:20:35 +00:00
Lauri Võsandi
3012d843a9
Instead of defining environment variables for push server URL-s the URL-s are now fetched from openssl.cnf instead.
18 lines
359 B
INI
18 lines
359 B
INI
[uwsgi]
|
|
exec-as-root = /usr/local/bin/certidude spawn
|
|
master = true
|
|
processes = 1
|
|
vacuum = true
|
|
uid = {{username}}
|
|
gid = {{username}}
|
|
plugins = python34
|
|
chdir = /tmp
|
|
module = certidude.wsgi
|
|
callable = app
|
|
chmod-socket = 660
|
|
chown-socket = {{username}}:www-data
|
|
buffer-size = 32768
|
|
env = LANG=C.UTF-8
|
|
env = LC_ALL=C.UTF-8
|
|
env = KRB5_KTNAME={{kerberos_keytab}}
|