Skip to content

Commit

Permalink
Fix typo in CA profile (#15476)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj authored Jan 24, 2025
1 parent 725387e commit 7a8c42a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ExtendedKeyUsageModel(BaseModel):
class CertExtensionsModel(BaseModel):
KeyUsage: KeyUsageModel = KeyUsageModel()
BasicConstraints: BasicConstraintsModel = BasicConstraintsModel()
ExtentedKeyUsage: ExtendedKeyUsageModel = ExtendedKeyUsageModel()
ExtendedKeyUsage: ExtendedKeyUsageModel = ExtendedKeyUsageModel()


@final
Expand Down

0 comments on commit 7a8c42a

Please sign in to comment.