This commit is contained in:
parent
aa5d97f49b
commit
f44fe81573
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue