Make --attestation-uri incompatible with --kms by maraino · Pull Request #1516 · smallstep/cli

@maraino

The ACME-DA flow in the step ca certificate command expects all KMS parameters
to be provided through the `--attestation-uri` flag. Using the `--kms` flag at the
same time can lead to errors. For example, if the YubiKey PIN is set with the
`--kms` flag, the flow will ignore it and use the default one instead, resulting
in a PIN retry error.

Fixes #1492

@github-actions bot added the needs triage

Waiting for discussion / prioritization by team

label

Nov 11, 2025

hslatman