Quantcast
Channel: J2 Technology Solutions -Fiber | Cabling | IT Consulting | Desktop Support
Viewing all articles
Browse latest Browse all 45

How to configure Netgear ReadyNAS to have a Godaddy or 3rd party SSL certificate

$
0
0

Use ssh :
login
cd /etc/ssl
openssl genrsa -des3 -out private/ReadyNAS_caCert.pem 2048
openssl rsa -in private/ReadyNAS_caCert.pem -out private/ReadyNAS_caCertwithoutPW.pem
openssl req -new -key private/ReadyNAS_caCertwithoutPW.pem -out ReadyNASReq.pem

Use WinSCP:
open ReadyNASReq.pem in notepad
copy and paste into certificate request for Godaddy.
Open the file godaddy provides in notepad, select all, copy.
Create a file named ReadyNASCert.pem in the ssl directory open it with notepad paste.
open /etc/frontview/apache/apache2.pem
Paste the text of your private key first private/ReadyNAS_caCertwithoutPW.pem
hit enter
Paste your public key ReadyNASCert.pem
shutdown -r now


Viewing all articles
Browse latest Browse all 45

Latest Images

Trending Articles





Latest Images