We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9b5c2799e9b1:/validate-sudoers # env | grep VAULT VAULT_TOKEN=<very secret token> VAULT_SIGN_PATH=.../sha2-512 VAULT_VERIFY_PATH=../folder VAULT_ADDR=https://vaultserver:8200
9b5c2799e9b1:/validate-sudoers # /root/bin/vaultsign --armor --detach-sign --sign --keyid-format long --local-user root --status-fd 1 README.md
error: The following required arguments were not provided: --verify
9b5c2799e9b1:/validate-sudoers # /root/bin/vaultsign --armor --detach-sign --sign --verify --keyid-format long --local-user root --status-fd 1 README.md
error: The argument '--verify' cannot be used with one or more of the other specified arguments
9b5c2799e9b1:/validate-sudoers # /root/bin/vaultsign --armor --detach-sign --verify --keyid-format long --local-user root --status-fd 1 README.md
error: The following required arguments were not provided: --sign
Container: SLES15SP5 Vault v1.16.2 (c6e4c2d4dc3b0d57791881b087c026e2f75a87cb), built 2024-04-22T16:25:54Z vaultsign 1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error: The following required arguments were not provided:
--verify
error: The argument '--verify' cannot be used with one or more of the other specified arguments
error: The following required arguments were not provided:
--sign
Container: SLES15SP5
Vault v1.16.2 (c6e4c2d4dc3b0d57791881b087c026e2f75a87cb), built 2024-04-22T16:25:54Z
vaultsign 1.0.0
The text was updated successfully, but these errors were encountered: