This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.
Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.
Generate a Certificate Authority:
| Step 1: Combine All Certificates into a Single File | |
| You should have received your SSL certificate via email in the form of a .zip file. Once you download and extract the file, you will see it consists of a server certificate, a root certificate, and an intermediate certificate. | |
| The first step is to combine all three files into one. | |
| diagram showing Combines certificates into a single SSL bundle file | |
| You can do this manually, by copying and pasting the content of each file in a text editor and saving the new file under the name ssl-bundle.crt. |
This guide shows how to set up a bidirectional client/server authentication for plain TLS sockets.
Newer versions of openssl are stricter about certificate purposes. Use extensions accordingly.
Generate a Certificate Authority: