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
Hi
On exporting the needed variables to a working gpg LeSuisse Hashicorp Vault implementation,
export VAULT_TOKEN export VAULT_ADDR export VAULT_SIGN_PATH export VAULT_VERIFY_PATH
/root/bin/vaultsign --armor --detach-sign --keyid-format long --local-user root --sign set_vs.sh
We get:
error: The following required arguments were not provided: --verify
Then if you specify --verify, it tell you to add required --sign
--verify
--sign
Our server Sles15 SP5
It is in test for GitHup gpg signing commits.
Please help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
On exporting the needed variables to a working gpg LeSuisse Hashicorp Vault implementation,
/root/bin/vaultsign --armor --detach-sign --keyid-format long --local-user root --sign set_vs.sh
We get:
Then if you specify
--verify
, it tell you to add required--sign
Our server
Sles15 SP5
It is in test for GitHup gpg signing commits.
Please help.
The text was updated successfully, but these errors were encountered: