42 | | (This will also publish it). Then, refresh the key on the target (see above) |
| 42 | (This will also publish it). Then, refresh the key on the target (see above) |
| 43 | * The connecting server's has not been certified by an allowed key (or the certification has expired). Fix: On the connecting server, refresh the key's certifications: |
| 44 | {{{ |
| 45 | gpg --recv-key <keyid> |
| 46 | }}} |
| 47 | Then, list the certifications: |
| 48 | {{{ |
| 49 | gpg --check-sigs <keyid> |
| 50 | }}} |
| 51 | Then, on the target server, see if any of them match the allowed certifiers: |
| 52 | {{{ |
| 53 | monkeysphere-authentication list-id-certifiers |
| 54 | }}} |
| 55 | If not, get someone on the allowed list to sign the key, then run the step for ensuring the target server has the lastest version of the connecting servers OpenPGP key. |