Sha256: c61d4c588d9931a00f6bd25df1fef7612a01b24e212faf05d48c1499ea1b308b
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 Bytes
Contents
Feature: eyaml key generation In order to encrypt data with various encryption methods As a developer using hiera-eyaml I want to use the eyaml tool to generate keys and certs Scenario: create some pkcs7 keys When I run `eyaml -c --pkcs7-public-key keys/new_public_key.pem --pkcs7-private-key keys/new_private_key.pem` Then the output should match /Keys created OK/ Scenario: create some plaintext keys When I run `eyaml -n plaintext -c` Then the output should match /success/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hiera-eyaml-1.3.1 | features/keys.feature |