improved text
This commit is contained in:
parent
bc6c913a7a
commit
4afd425d9f
|
@ -394,7 +394,7 @@ class EntrustSourcePlugin(SourcePlugin):
|
|||
"external_id": str(certificate["trackingId"]),
|
||||
"csr": certificate["csr"],
|
||||
"owner": certificate["tracking"]["requesterEmail"],
|
||||
"description": f"Type: Entrust {certificate['certType']}\nExtended Key Usage: {certificate['eku']}"
|
||||
"description": f"Imported by Lemur; Type: Entrust {certificate['certType']}\nExtended Key Usage: {certificate['eku']}"
|
||||
}
|
||||
certs.append(cert)
|
||||
processed_certs += 1
|
||||
|
|
Loading…
Reference in New Issue