Skip to content

Commit

Permalink
Fix typo in CA profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jan 24, 2025
1 parent 03d7282 commit e8c43d5
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 e8c43d5

Please sign in to comment.