Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charhate committed Nov 24, 2023
1 parent 45b80ef commit 32926e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemur/certificates/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def create(**kwargs):
"message": "Exception minting certificate",
"issuer": kwargs["authority"].name,
"cn": kwargs.get("common_name"),
"san": ",".join(
"san": ",".join(
str(x.value) for x in kwargs["extensions"]["sub_alt_names"]["names"]
),
}
Expand Down

0 comments on commit 32926e4

Please sign in to comment.