aboutsummaryrefslogtreecommitdiff
path: root/example/env.sh
diff options
context:
space:
mode:
authorJeremy Clerc <jclerc@google.com>2015-09-12 21:56:16 +0200
committerJeremy Clerc <jclerc@google.com>2015-09-12 21:56:16 +0200
commit33549a7f23d65bbb730a94d17f6478a159ce0770 (patch)
treeda2465b936f9c7c1f6f62e58746230a6e635b9bd /example/env.sh
parentb7e6e621deecd16afd8b39adbca70d896c383c53 (diff)
downloadeasypki-33549a7f23d65bbb730a94d17f6478a159ce0770.tar.xz
add env.sh example
Diffstat (limited to 'example/env.sh')
-rw-r--r--example/env.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/env.sh b/example/env.sh
new file mode 100644
index 0000000..ac28064
--- /dev/null
+++ b/example/env.sh
@@ -0,0 +1,6 @@
+export PKI_ROOT="/tmp/pki"
+export PKI_ORGANIZATION="Umbrella Corp"
+export PKI_ORGANIZATIONAL_UNIT="IT"
+export PKI_COUNTRY="US"
+export PKI_LOCALITY="Agloe"
+export PKI_PROVINCE="New York"