# 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 | 22142 | Robert Cowham | Merge in latest changes from Dev | ||
//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. |