config.txt #1

  • //
  • guest/
  • russell_jackson/
  • sdp/
  • Server/
  • Unix/
  • p4/
  • ssl/
  • config.txt
  • View
  • Commits
  • Open Download .zip Download (655 B)
# C: Country Name - 2 letter code (default: US)
C = US

# ST: State or Province Name - full name (default: CA)
ST = CA

# L: Locality or City Name (default: Alameda)
L = Alameda

# O: Organization or Company Name (default: Perforce Autogen Cert)
O = Perforce Autogen Cert

# OU = Organization Unit - division or unit
OU =

# CN: Common Name (usually the DNS name of the server)
# (default: the current server's DNS name)
CN = REPL_DNSNAME

# EX: number of days from today for certificate expiration
# (default: 730, e.g. 2 years)
EX = 3650

# UNITS: unit multiplier for expiration (defaults to "days")
# Valid values: "secs", "mins", "hours"
UNITS = days
# Change User Description Committed
#1 22693 Russell C. Jackson (Rusty) Branched a Unix only version of the SDP.
Removed extra items to create a cleaner tree.
Moved a few items around to make more sense without Windows in the mix.
//guest/perforce_software/sdp/dev/Server/Unix/p4/ssl/config.txt
#2 21348 C. Thomas Tyler SSL autogen cert simplification: Saving typing with the initial setup,
and prep for automated value substitution.
#1 21049 Russell C. Jackson (Rusty) Added config.txt to /p4/ssl so we and customers don't have to go find it
in the admin guide.

Added comments and cp command for config.txt and setting up ssl certs.

Uncommented the journalcopy echo commands at the bottom of mkdirs.sh
per discussion with Tom.