Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pkcs7): fix warning of both public_key/public_key_env_var to refl…
…ect code If both public_key and public_key_env_var were set, this message triggred: `both public_key and public_key_env_var specified, using public_key` However, the code actually preferred the `public_key_env_var` path. Change the warning to reflect that. Also change a similar line for private_key/private_key_env_var. Signed-off-by: Robin H. Johnson <[email protected]> Resolves: #360 (comment)
- Loading branch information