Fixing a few errors.
* Fixing organizational_unit and common name * FIxing organization name and allow creaters to view CA.
This commit is contained in:
@ -98,6 +98,8 @@ def create(**kwargs):
|
||||
kwargs['creator'] = g.user.email
|
||||
body, private_key, chain, roles = mint(**kwargs)
|
||||
|
||||
g.user.roles = list(set(list(g.user.roles) + roles))
|
||||
|
||||
kwargs['body'] = body
|
||||
kwargs['private_key'] = private_key
|
||||
kwargs['chain'] = chain
|
||||
|
Reference in New Issue
Block a user