Skip to content

Commit

Permalink
sign: switch another keysite to P-256 (#673)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Jun 7, 2023
1 parent 10b9b1b commit d610255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(
] = None
if cache:
logger.debug("Generating ephemeral keys...")
self.__cached_private_key = ec.generate_private_key(ec.SECP384R1())
self.__cached_private_key = ec.generate_private_key(ec.SECP256R1())
logger.debug("Requesting ephemeral certificate...")
self.__cached_signing_certificate = self._signing_cert(self._private_key)

Expand Down

0 comments on commit d610255

Please sign in to comment.