aboutsummaryrefslogtreecommitdiff
path: root/example/env.sh
diff options
context:
space:
mode:
authorJeremy Clerc <jclerc@google.com>2017-02-15 14:29:43 +0100
committerJeremy Clerc <jclerc@google.com>2017-02-15 14:29:43 +0100
commit51e2e81502cdab076a3c0e4958fbb58884418fc8 (patch)
tree76d94f65b7b3814d0c5e335ec7e6952adf259647 /example/env.sh
parent1d7c7f7b897ad203f8d873d6338edd7ec735f936 (diff)
downloadeasypki-51e2e81502cdab076a3c0e4958fbb58884418fc8.tar.xz
Add client authentication example.
Diffstat (limited to 'example/env.sh')
-rw-r--r--example/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/env.sh b/example/env.sh
index ac28064..144fa76 100644
--- a/example/env.sh
+++ b/example/env.sh
@@ -1,5 +1,5 @@
export PKI_ROOT="/tmp/pki"
-export PKI_ORGANIZATION="Umbrella Corp"
+export PKI_ORGANIZATION="Acme Inc."
export PKI_ORGANIZATIONAL_UNIT="IT"
export PKI_COUNTRY="US"
export PKI_LOCALITY="Agloe"