mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
flesh out santiago and apache config a bit
This commit is contained in:
parent
c9b09c5de2
commit
992eff9e13
@ -5,7 +5,7 @@ with information. There is authentication involved, although I
|
||||
haven't figured that one all the way through yet.
|
||||
"""
|
||||
|
||||
import os
|
||||
import os, sys
|
||||
import cherrypy
|
||||
import simplejson as json
|
||||
from gettext import gettext as _
|
||||
@ -16,12 +16,12 @@ import util as u
|
||||
|
||||
santiago_port = 52854
|
||||
|
||||
import gnupg
|
||||
#import gnupg
|
||||
|
||||
def check_sig(query, sig):
|
||||
"Verify that the sig and the query match"
|
||||
gpg = gnupg.GPG(gnupghome='/home/james/')
|
||||
return True
|
||||
#def check_sig(query, sig):
|
||||
# "Verify that the sig and the query match"
|
||||
# gpg = gnupg.GPG(gnupghome='/home/james/')
|
||||
# return True
|
||||
|
||||
class Santiago(PagePlugin):
|
||||
order = 90 # order of running init in PagePlugins
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
# The DocumentRoot is set by fabric
|
||||
DocumentRoot /dev/null
|
||||
ServerName plinth
|
||||
ServerAlias plinth.*
|
||||
|
||||
## Force ssl
|
||||
RewriteEngine on
|
||||
@ -15,6 +16,7 @@
|
||||
# The DocumentRoot is set by fabric
|
||||
DocumentRoot /dev/null
|
||||
ServerName plinth
|
||||
ServerAlias plinth.*
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/apache2/ssl/apache.pem
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user