Changes between Version 3 and Version 4 of configure-mosh-x509


Ignore:
Timestamp:
Nov 2, 2013, 3:30:23 PM (10 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • configure-mosh-x509

    v3 v4  
    9595
    9696== Creating a new csr ==
    97 1. from root@SERVERNAME.mayfirst.org:/etc/ssl/private look for SERVERNAME.mayfirst.org.key (ls -l)
     971. from `root@SERVERNAME.mayfirst.org:/etc/ssl/private` look for SERVERNAME.mayfirst.org.key (ls -l)
    9898
    9999    If  it exists, remove it with 'rm SERVERNAME.mayfirst.org.key' <-- the  key may have a .DATE extension (remove that key as well)
    100100
    101 2.  Create a new key in /etc/ssl/private with the command 'umask 177;  certtool -p > SERVERNAME.mayfirst.org.key.$(date +%F)' <-- umask here  creates the correct permissions for the key file.
     1012.  Create a new key in /etc/ssl/private with the command `umask 177;  certtool -p > SERVERNAME.mayfirst.org.key.$(date +%F)` <-- umask here  creates the correct permissions for the key file.
    102102
    103 3.  Run the following command from /etc/ssl/private 'umask 133;  certtool --generate-request --load-privkey  SERVER_NAME.mayfirst.org.key.$(date +%F)'
     1033.  Run the following command from /etc/ssl/private `umask 133;  certtool --generate-request --load-privkey  SERVER_NAME.mayfirst.org.key.$(date +%F)`
    104104  * a. Enter the correct values for the signing request
    105105