This commit is contained in:
pincushionman 2018-02-20 10:28:11 -06:00 committed by kevgliss
parent aa5d97f49b
commit f44fe81573
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ def sync_certificates(source, user):
for e in exists:
if certificate.get('external_id'):
e.external_id = certificate['external_id']
if certificate.get('authority_id'):
e.authority_id = certificate['authority_id']
certificate_update(e, source)
updated += 1