From e9a1a335c62e30941c8c2d2b2dfb48c470557d83 Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Wed, 6 Jul 2016 20:11:57 -0400 Subject: [PATCH] Update OFFLINE.md --- OFFLINE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OFFLINE.md b/OFFLINE.md index 1989d08..df9e0cb 100644 --- a/OFFLINE.md +++ b/OFFLINE.md @@ -1,6 +1,6 @@ # Offline conjurize instructions -Machines behind a firewall can be assigned a Conjur identity, but some initial setup is required. As detailed in [README.md](README.md), all package installation is done in the 'Foundation' recipes: `install`, `conjurrc`, and optionally `client`. These recipes can be baked into a base image, they will not change. Once a machine has been assigned an identity, the `configure` recipe is run to finish setup. `configure` does not require network access, other than to your Conjur endpoint. +Machines behind a firewall can be assigned a Conjur identity, but some initial setup is required. As detailed in [README.md](README.md), all package installation is done in the 'Foundation' recipes: `install`, `conjurrc`, and optionally `client`. These end state of these recipes (installed packages and static configuration files) can be baked into a base image, they will not change. Once a machine has been assigned an identity, the `configure` recipe is run to finish setup. `configure` does not require network access, other than to your Conjur endpoint. ---