LOTW information

Here is some information applicable to the following situation:

As far as I know, the official LOTW documentation does not cover this situation and advises you to make a new certificate request. This seems unnecessary. The following is an outline of the approximate steps. This documentation assumes that the reader is able to use command-line programs in a Linux, OS X, or UNIX environment, and is able to edit text files. For this example, assume this applies to LOTW setup for the callsign W1AW. This example does not discuss how to preserve station locations; it is only about preserving your ability to authenticate for log signing.

You want the file to end up looking like the following. (This example has three certificates; more are possible.) There is one blank line after the last "-----END CERTIFICATE-----" line for readability purposes later.

-----BEGIN CERTIFICATE-----
various base64 data
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
various base64 data
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
various base64 data
-----END CERTIFICATE-----

You do not want to preserve any of the configuration data (aka tqslconfig) after the three certificates. The "</usercert>" line and everything after it should be discarded.

You want it to end up looking like:

-----BEGIN RSA PRIVATE KEY-----
various base64 data
-----END RSA PRIVATE KEY-----

You do not need anything after the "-----END RSA PRIVATE KEY-----" line. In particular, you should not keep the "BEGIN PUBLIC KEY" section.