User guide

- 119 -
b. Select an unused key slot (key 3, for example):
c. Open the ca.crt file created in step 1 as a text file.
d. Copy and paste the text in to the CA certificate text box. Be sure to select “use new
CA certificate pasted in and add the line “CAFILE level 2” on the very top.
e. Click the confirm button.
3. Create a private key and generate a certificate request.
a. Using OpenSSL:
i. Create the private key:
openssl genrsa -out webmux.key 1024
ii. Open the “webmux.key” file and copy and paste into the private key text box
of the key slot you imported the CA certificate. Be sure to select “use new
private key pasted in”.
iii. Generate a certificate request:
openssl req -new -key webmux.key -out webmux.csr
Fill in the appropriate fields.