No sense generating a cert here; it just makes the failure case more difficult to track down.

pull/574/head
jMyles 2018-11-29 16:17:23 -05:00
parent a0d4ffbbd6
commit 801f625fe8
1 changed files with 1 additions and 1 deletions

View File

@ -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