\n
Use SSH to login to your device:\nUsername will be root, password will be the same as the admin password.\ntype in the following commands:\ncd /etc/ssl\t-changes your directory\nopenssl genrsa -des3 -out private/ReadyNAS_caCert.pem 2048\t-Choose a pass phrase, I did not have to enter in this pass phrase anywhere else.\nopenssl rsa -in private/ReadyNAS_caCert.pem -out private/ReadyNAS_caCertwithoutPW.pem\t-Choose a pass phrase, I did not have to enter in this pass phrase anywhere else.\nopenssl req -new -key private/ReadyNAS_caCertwithoutPW.pem -out ReadyNASReq.pem\t-This will start a process of asking you questions to create your CSR that you will need to provide your SSL certificate provider. Please fill out to the best of your abilities.\nUse WinSCP to login to your device:\nFile protocol - SFTP\nUsername will be root and the password will be the same as the admin password again.\nOnce you are logged in navigate to /etc/ssl\nOpen ReadyNASReq.pem in notepad, copy and paste contents of this file into certificate request for your SSL provider (GoDaddy).\nDepending on your provider you should be able to download your certificate as soon as within 5 minutes. Please download the certificate for Apache servers, this will give you a zip file. Extract the files and open the file that does NOT include "bundle" in the name and copy the contents to your clipboard.\nUsing WinSCP create a file named ReadyNASCert.pem in the Netgear ReadyNAS /etc/ssl directory, open it with notepad and paste the contents we copied in the previous step, save and close the ReadyNASCert.pem file.\nIn WinSCP navigate to /etc/frontview/apache and open the apache2.pem file in notepad\nNavigate to /etc/ssl/private and open the ReadyNAS_caCertwithoutPW file and copy the contents. Paste them into the apache2.pem file.\nNavigate to /etc/ssl and open the ReadyNAS.pem file in notepad and copy its contents and paste them into this same apache2.pem file, save and close apache2.pem file.\nHere is a sample of what your apache2.pem file should look like when you are finished: