Changes between Version 2 and Version 3 of Usage

Show
Ignore:
Timestamp:
11/19/10 22:41:28 (3 years ago)
Author:
armin (IP: 88.130.205.10)
Comment:

Fix parameter confusion

Legend:

Unmodified
Added
Removed
Modified
  • Usage

    v2 v3  
    44first create a key and certificate: 
    55{{{ 
    6 infinoted --create-key --create-certificate -c /etc/infinote/key.pem -k /etc/infinote/cert.pem 
     6infinoted --create-key --create-certificate -k /etc/infinote/key.pem -c /etc/infinote/cert.pem 
    77}}} 
    88 
    99next time start the server 
    1010{{{ 
    11 infinoted -c /etc/infinote/key.pem -k /etc/infinote/cert.pem 
     11infinoted -k /etc/infinote/key.pem -c /etc/infinote/cert.pem 
    1212}}} 
    1313