| # | Line 103 | Line 103 | serverinfo { | |
|---|---|---|
| 103 | * | |
| 104 | * Example command to store a 2048 bit RSA keypair in | |
| 105 | * rsa.key, and the public key in rsa.pub: | |
| 106 | < | * |
| 106 | > | * |
| 107 | * openssl genrsa -out rsa.key 2048 | |
| 108 | * openssl rsa -in rsa.key -pubout -out rsa.pub | |
| 109 | * chown <ircd-user>.<ircd.group> rsa.key rsa.pub | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |