diff options
| author | Jeremy Clerc <jclerc@google.com> | 2015-09-12 21:56:16 +0200 |
|---|---|---|
| committer | Jeremy Clerc <jclerc@google.com> | 2015-09-12 21:56:16 +0200 |
| commit | 33549a7f23d65bbb730a94d17f6478a159ce0770 (patch) | |
| tree | da2465b936f9c7c1f6f62e58746230a6e635b9bd /example/env.sh | |
| parent | b7e6e621deecd16afd8b39adbca70d896c383c53 (diff) | |
| download | easypki-33549a7f23d65bbb730a94d17f6478a159ce0770.tar.xz | |
add env.sh example
Diffstat (limited to 'example/env.sh')
| -rw-r--r-- | example/env.sh | 6 |
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" |
