diff --git a/lib/hiera/backend/eyaml/encryptors/pkcs7.rb b/lib/hiera/backend/eyaml/encryptors/pkcs7.rb index a8c2e00d..4aeebb0e 100644 --- a/lib/hiera/backend/eyaml/encryptors/pkcs7.rb +++ b/lib/hiera/backend/eyaml/encryptors/pkcs7.rb @@ -11,10 +11,10 @@ module Encryptors class Pkcs7 < Encryptor self.options = { - :private_key => { :desc => "Private key directory", + :private_key => { :desc => "Path to private key", :type => :string, :default => "./keys/private_key.pkcs7.pem" }, - :public_key => { :desc => "Public key directory", + :public_key => { :desc => "Path to public key", :type => :string, :default => "./keys/public_key.pkcs7.pem" } }