secret (version 1.0.0)

store_secret_with_key: Store a secret, encrypted with its AES key.

Description

Store a secret, encrypted with its AES key.

Usage

store_secret_with_key(name, value, key, vault)

Arguments

name

Name of secret.

value

Value of secret.

key

The AES key, an aes object from the openssl package.

vault

Vault directory.