This commit is contained in:
@ -140,6 +140,8 @@ def sync_certificates(source, user):
|
|||||||
for e in exists:
|
for e in exists:
|
||||||
if certificate.get('external_id'):
|
if certificate.get('external_id'):
|
||||||
e.external_id = certificate['external_id']
|
e.external_id = certificate['external_id']
|
||||||
|
if certificate.get('authority_id'):
|
||||||
|
e.authority_id = certificate['authority_id']
|
||||||
certificate_update(e, source)
|
certificate_update(e, source)
|
||||||
updated += 1
|
updated += 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user