mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use the same variable name in the response as the dogtag plugin
This commit is contained in:
parent
31ad1973c5
commit
4f4d57cd30
@ -121,6 +121,6 @@ class ra(rabase.rabase):
|
|||||||
s = s + 27
|
s = s + 27
|
||||||
cert = cert[s:e]
|
cert = cert[s:e]
|
||||||
|
|
||||||
return {'status':0, 'subject': subject, 'certificate':cert, 'serial': "0x%x" % serial}
|
return {'status':0, 'subject': subject, 'certificate':cert, 'serial_number': "0x%x" % serial}
|
||||||
|
|
||||||
api.register(ra)
|
api.register(ra)
|
||||||
|
Loading…
Reference in New Issue
Block a user