export KEY_SIZE=1024
# In how many days should the root CA key expire?
-export CA_EXPIRE=3650
+export CA_EXPIRE=7300
# In how many days should certificates expire?
export KEY_EXPIRE=3650
# These are the default values for fields
# which will be placed in the certificate.
# Don't leave any of these fields blank.
-export KEY_COUNTRY="US"
-export KEY_PROVINCE="CA"
-export KEY_CITY="SanFrancisco"
-export KEY_ORG="Fort-Funston"
-export KEY_EMAIL="me@myhost.mydomain"
+export KEY_COUNTRY="DE"
+export KEY_PROVINCE="Berlin"
+export KEY_CITY="Berlin"
+export KEY_ORG="Frank Brehm"
+export KEY_EMAIL="frank@brehm-online.com"