Generate a new private SSL key with the following command in an SSH shell on the QNAP server:
Code: Select all
> openssl req -new -newkey rsa:2048 -nodes -keyout domain_com.pem -out domain_com.csr -subj /CN=domain.com; cat domain_com.csrI
Then use the generated private key (CSR) with SSLs.com to generate a PostiveSSL cert which generates CRT, CA-BUNDLE and p7b files.
Then, use these files to setup the custom SSL on the QNAP:
Certificate: domain.com.crt
Private Key: domain_com.pem
Intermediate Certificate: domain.com.ca-bundle