mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
pyOpenSSL only required for generating self-signed certificates
This commit is contained in:
parent
ed735e5fa3
commit
05739ea959
2 changed files with 1 additions and 11 deletions
|
@ -486,7 +486,7 @@ def create_https_certificates(ssl_cert, ssl_key):
|
|||
try:
|
||||
from OpenSSL import crypto
|
||||
except ImportError:
|
||||
logger.error("Unable to generate self-signed certificates: Missing OpenSSL module.")
|
||||
logger.error("Unable to generate self-signed certificates: Missing pyOpenSSL module.")
|
||||
return False
|
||||
from certgen import createKeyPair, createSelfSignedCertificate, TYPE_RSA
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue