mirror of https://github.com/nucypher/nucypher.git
No sense generating a cert here; it just makes the failure case more difficult to track down.
parent
a0d4ffbbd6
commit
801f625fe8
|
@ -543,7 +543,7 @@ class Ursula(Teacher, Character, Miner):
|
|||
public_certificate_filepath=certificate_filepath,
|
||||
public_certificate=certificate)
|
||||
else:
|
||||
tls_hosting_keypair = HostingKeypair(curve=tls_curve, host=rest_host)
|
||||
tls_hosting_keypair = HostingKeypair(curve=tls_curve, host=rest_host, generate_certificate=False)
|
||||
tls_hosting_power = TLSHostingPower(host=rest_host, keypair=tls_hosting_keypair)
|
||||
|
||||
# REST Server
|
||||
|
|
Loading…
Reference in New Issue