Server creates CA's private keys (instead of client).

This commit is contained in:
Pino de Candia
2017-10-29 03:34:26 +00:00
parent aae0119466
commit 79a56d259c
3 changed files with 3 additions and 13 deletions

View File

@@ -13,8 +13,6 @@ class Authorities(object):
db.createAuthority(
self.session,
body['auth_id'],
user_key=body['user_key'],
host_key=body['host_key'],
)
resp.status = falcon.HTTP_201
resp.location = '/authorities/' + body['auth_id']