Changes between Version 2 and Version 3 of Usage
- Timestamp:
- 11/19/10 22:41:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage
v2 v3 4 4 first create a key and certificate: 5 5 {{{ 6 infinoted --create-key --create-certificate - c /etc/infinote/key.pem -k/etc/infinote/cert.pem6 infinoted --create-key --create-certificate -k /etc/infinote/key.pem -c /etc/infinote/cert.pem 7 7 }}} 8 8 9 9 next time start the server 10 10 {{{ 11 infinoted - c /etc/infinote/key.pem -k/etc/infinote/cert.pem11 infinoted -k /etc/infinote/key.pem -c /etc/infinote/cert.pem 12 12 }}} 13 13
