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