From 4267023621a93b81deef30954cb5358a3cfe6c49 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 2 Dec 2022 17:04:00 -0600 Subject: [PATCH] update README --- README.md | 6 ++++-- packer/certs/.gitkeep | 0 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 packer/certs/.gitkeep diff --git a/README.md b/README.md index dad52ab..6ac214f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ 1. `cd packer`. 2. Copy `linux-server.example.pkrvars.hcl` to `linux-server.auto.pkrvars.hcl` and update it as appropriate for your environment. 2. Put the SSH private key which corresponds to the `build_key` variable in `packer_cache/ssh_private_key_packer.pem`. -3. Run it with `packer build -on-error=abort -force .`. +3. Place any needed internal CA PEM-formatted certs (with `.cer` file extension) in `certs/`. +4. Run it with `packer build -on-error=abort -force .`. ## Terraform 1. `cd terraform`. 2. Copy `terraform.example.tfvars` to `terraform.auto.tfvars` and update it as appropriate for your environment. -3. Run it with `terraform apply`. \ No newline at end of file +3. Initialize Terraform: `terraform init`. +3. Create the deployment with `terraform apply`. \ No newline at end of file diff --git a/packer/certs/.gitkeep b/packer/certs/.gitkeep new file mode 100644 index 0000000..e69de29