Added encrypt with container
This commit is contained in:
@@ -124,6 +124,12 @@ block: >
|
||||
#
|
||||
```
|
||||
|
||||
Alternatively if you already have docker installed you can use our container to encrypt a string
|
||||
|
||||
```bash
|
||||
# docker run -it container.psi.ch/docker/containers/eyaml-docker eyaml encrypt --pkcs7-public-key=/cert.pub -s {DataStringToEncrypt}
|
||||
```
|
||||
|
||||
and place either the string or the block at the required place in your Hiera YAML.
|
||||
|
||||
# Hiera Variable Interpolation
|
||||
|
||||
Reference in New Issue
Block a user