| 280 | |
| 281 | === Key management === |
| 282 | |
| 283 | Adding or updating keys. Schleuder does not pull in key from keyservers. |
| 284 | |
| 285 | If you are an admin for a list and still have access to the list you can use the e-mail commands documented here: https://schleuder.nadir.org/docs/ |
| 286 | |
| 287 | Alternatively if you have access to schleuder-manager user on herman you can use the schleuder-cli client o add new or update keys to a list. |
| 288 | |
| 289 | Example: |
| 290 | |
| 291 | Export your public key and copy to herman |
| 292 | {{{ |
| 293 | jaimev@mayday:~$ gpg --armor --export jaimev@mayfirst.org > jaimev.mayfirst.org.asc |
| 294 | jaimev@mayday:~$ scp jaimev.mayfirst.org.asc schleuder-manager@herman@mayfirst.org: |
| 295 | }}} |
| 296 | |
| 297 | Then as schleuder-manager user on herman import the key to the appropriate list. |
| 298 | {{{ |
| 299 | schleuder-manager@herman:~$ schleuder-cli keys import test@x.mayfirst.org /home/schleuder-manager/jaimev.mayfirst.org.asc |
| 300 | schleuder-manager@herman:~$ rm jaimev.mayfirst.org.asc |
| 301 | }}} |