diff options
Diffstat (limited to 'environments/inject-trust-anchor-hiera.yaml')
-rw-r--r-- | environments/inject-trust-anchor-hiera.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/environments/inject-trust-anchor-hiera.yaml b/environments/inject-trust-anchor-hiera.yaml new file mode 100644 index 00000000..b4908c1b --- /dev/null +++ b/environments/inject-trust-anchor-hiera.yaml @@ -0,0 +1,8 @@ +parameter_defaults: + CAMap: + first-ca-name: + content: | + The content of the CA cert goes here + second-ca-name: + content: | + The content of the CA cert goes here |