smallstep / step-kms-plugin

🔐 step plugin to manage keys and certificates on a cloud KMSs and HSMs
Apache License 2.0
46 stars 5 forks source link

Upgrade go.step.sm/crypto #131

Closed maraino closed 7 months ago

maraino commented 7 months ago

Description

This commit upgrades go.step.sm/crypto. The new version upgrades the AWS SDK to v2 which allows using a credential_process in ~/.aws/config.

It also sets the kty to RSA if the flag --pss is passed.

Fixes #130