(file) Return to tog-pegasus-post.spec CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / tog-specfiles

Diff for /pegasus/rpm/tog-specfiles/tog-pegasus-post.spec between version 1.2 and 1.3

version 1.2, 2005/03/26 09:03:19 version 1.3, 2005/04/01 00:58:51
Line 15 
Line 15 
       echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf       echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf       echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf       echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       echo "CN                     = `uname -n`" >> %PEGASUS_CONFIG_DIR/ssl.cnf        echo "CN                     = `host \`hostname\`|cut -d\" \" -f1`" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf
       chown root %PEGASUS_CONFIG_DIR/ssl.cnf       chown root %PEGASUS_CONFIG_DIR/ssl.cnf
    fi    fi
  
    %OPENSSL_BIN/openssl req -x509 -days 356 -newkey rsa:2048 \     %OPENSSL_BIN/openssl req -x509 -days 3650 -newkey rsa:2048 \
       -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf \       -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf \
       -keyout %PEGASUS_PEM_DIR/key.pem -out %PEGASUS_PEM_DIR/cert.pem \       -keyout %PEGASUS_PEM_DIR/key.pem -out %PEGASUS_PEM_DIR/cert.pem \
            2>>%PEGASUS_INSTALL_LOG            2>>%PEGASUS_INSTALL_LOG


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2