PublicExponent does not work when using key vault to create an RSA/RSA-HSM key #19624
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Docs
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
KeyVault
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Bug Report
imports:
go version:
PublicExponent does not work when using key vault to create an RSA/RSA-HSM key. When I created the key, I set PublicExponent to 3, but the E in the returned result is 65537
The returned RSA exponent parameter is 3
here is the sample code:
I used the rest api to create the key, but the set public exponent still doesn't work
The text was updated successfully, but these errors were encountered: