Solutions
...
LE Sparkplug Edge Node
Environment Variables

TLS Certs

3min

Step-by-step guide on how to encode certificates to base64-encoded strings:

  1. Open the certificate file that you want to encode in a text editor.
  2. Select all the contents of the certificate file, including the BEGIN and END certificate lines. For example, if you're encoding a certificate file named mycert.pem, the contents might look something like this:
Text

  1. Copy the selected contents to your clipboard.
  2. Open a new browser tab and navigate to an online base64 encoder such as https://www.base64encode.org/.
  3. Paste the contents of the certificate file into the text area on the encoder page.
  4. Click the "Encode" button to convert the contents to a base64-encoded string.
  5. Copy the encoded string to your clipboard.
  6. Repeat the above steps for any additional certificate files that you need to encode.

Once you have encoded your certificate files to base64-encoded strings, you can use them to configure the application as shown below:

JSON