diff options
Diffstat (limited to 'example')
| -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" |
