Skip to content

Commit

Permalink
Merge b37fc57 into eaeacf3
Browse files Browse the repository at this point in the history
  • Loading branch information
charhate committed Nov 27, 2023
2 parents eaeacf3 + b37fc57 commit 0a16270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lemur/certificates/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ def create(**kwargs):
"message": "Exception minting certificate",
"issuer": kwargs["authority"].name,
"cn": kwargs.get("common_name"),
"san": ",".join(
str(x.value) for x in kwargs["extensions"]["sub_alt_names"]["names"]
),
}
current_app.logger.error(log_data, exc_info=True)
capture_exception()
Expand Down

0 comments on commit 0a16270

Please sign in to comment.