5 | | == Swapping keys == |
| 5 | 1. Metadata for each (e.g. web service URLs) (see Section 1) |
| 6 | 1. Public key information for each (see Section 2.) |
| 7 | |
| 8 | == 1. Swapping Metadata == |
| 9 | |
| 10 | == 2. Swapping Keys == |
| 11 | |
| 12 | When the ICA and MUA are installed, a PEM encoded version of their public keys are saved in their home directory's keys information as {{{ica-?.crt}}} and {{{mua-?.crt}}} respectively (see [Software/Configuration/Files this wiki page] for further information. |
| 13 | |
| 14 | Swapping keys involves the following process: |
| 15 | |
| 16 | 1. In the ICA's truststore ({{{ica/conf/authorised-keys.jks}}}, import the MUA's public key. |
| 17 | {{{ |
| 18 | # keytool |
| 19 | }}} |
| 20 | 1. In the MUA's truststore ({{{mua/conf/authorised-keys.jks}}}, import the ICA's public key. |
| 21 | {{{ |
| 22 | # |
| 23 | }}} |