Skip to content

Import Certificate in Azure Key Vault with Private Key Elliptic Curve Cryptography ERROR: (BadParameter) Unsupported key operation(s): "wrapKey", "unwrapKey". Supported values are "sign", "verify". #22

@TeoMihuc

Description

@TeoMihuc

I am trying to import a PEM certificate with an unencrypted private key generated with ECC.

Azure Key Vault throws the following error: (BadParameter) Unsupported key operation(s): "wrapKey", "unwrapKey". Supported values are "sign", "verify".

My guess is that private Keys of EC type don't have "wrapKey", "unwrapKey" key operations and that is why I can't import certificate with that key... maybe certificate import also requires those key operations??

How Can I go around this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions