diff options
| author | Jeremy Clerc <jclerc@google.com> | 2017-02-15 14:29:43 +0100 |
|---|---|---|
| committer | Jeremy Clerc <jclerc@google.com> | 2017-02-15 14:29:43 +0100 |
| commit | 51e2e81502cdab076a3c0e4958fbb58884418fc8 (patch) | |
| tree | 76d94f65b7b3814d0c5e335ec7e6952adf259647 /example/env.sh | |
| parent | 1d7c7f7b897ad203f8d873d6338edd7ec735f936 (diff) | |
| download | easypki-51e2e81502cdab076a3c0e4958fbb58884418fc8.tar.xz | |
Add client authentication example.
Diffstat (limited to 'example/env.sh')
| -rw-r--r-- | example/env.sh | 2 |
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" |
