Added documentation for ATLAS_CA* environment variables

This commit is contained in:
Chris Bednarski 2016-05-03 17:19:12 -07:00
parent adcae08cd5
commit f28d8a18c5
2 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,12 @@ you can also use `-token` on the command line.
- `-var-file` - Set template variables from a file.
## Environment Variables
- `ATLAS_CAFILE` (path) - This should be a path to an X.509 PEM-encoded public key. If specified, this will be used to validate the certificate authority that signed certificates used by an Atlas installation.
- `ATLAS_CAPATH` - This should be a path which contains an X.509 PEM-encoded public key file. If specified, this will be used to validate the certificate authority that signed certificates used by an Atlas installation.
## Examples
Push a Packer template:

View File

@ -74,6 +74,12 @@ you can also use `token` configuration option.
"vagrant.box", you must specify a "provider" metadata about what provider
to use.
## Environment Variables
- `ATLAS_CAFILE` (path) - This should be a path to an X.509 PEM-encoded public key. If specified, this will be used to validate the certificate authority that signed certificates used by an Atlas installation.
- `ATLAS_CAPATH` - This should be a path which contains an X.509 PEM-encoded public key file. If specified, this will be used to validate the certificate authority that signed certificates used by an Atlas installation.
### Example Configuration
``` {.javascript}