Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/generate-certificate.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2130 by niro, Fri Jan 10 09:35:13 2014 UTC revision 2134 by niro, Fri Jan 10 10:10:38 2014 UTC
# Line 19  type -P openssl > /dev/null || die "open Line 19  type -P openssl > /dev/null || die "open
19  [ -f ${CERTFILE} ] && die "${CERTFILE} already exists, won't overwrite!"  [ -f ${CERTFILE} ] && die "${CERTFILE} already exists, won't overwrite!"
20  [ -f ${KEYFILE} ] && die "${KEYFILE} already exists, won't overwrite!"  [ -f ${KEYFILE} ] && die "${KEYFILE} already exists, won't overwrite!"
21    
22  SSLDIR="${SSLDIR-/etc/ssl}"  SSLDIR="${SSLDIR-@@SSLDIR@@}"
23  SSLCONFIG="${SSLCONFIG-${SSLDIR}/openssl.cnf}"  SSLCONFIG="${SSLCONFIG-${SSLDIR}/openssl.cnf}"
24  CERTDIR="${SSLDIR}/certs"  CERTDIR="${SSLDIR}/certs"
25  KEYDIR="${SSLDIR}/private"  KEYDIR="${SSLDIR}/private"

Legend:
Removed from v.2130  
changed lines
  Added in v.2134