Skip to content

Commit

Permalink
Removing SSL_KEY config
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Jul 18, 2019
1 parent c243a79 commit 2bd974b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion passhport-admin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
""" SSL Configuration """
SSL = conf.getboolean("SSL", "SSL")
SSL_CERTIFICAT = conf.get("SSL", "SSL_CERTIFICAT")
SSL_KEY = conf.get("SSL", "SSL_KEY")

url_passhport = "http" + SSL*"s" + "://" + HOST + ":" + PORT +"/"
certificate_path = conf.get("SSL", "SSL_CERTIFICAT")
1 change: 0 additions & 1 deletion passhport-admin/passhport-admin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[SSL]
SSL = True
SSL_CERTIFICAT = /home/passhport/certs/cert.pem
SSL_KEY = /home/passhport/certs/key.pem

[Network]
PASSHPORTD_HOSTNAME = localhost
Expand Down

0 comments on commit 2bd974b

Please sign in to comment.