Re: Self-signed certificates with Netgear FVS328?

Actually, after tying the above method that is, trying to generate an RSA PRIVATE KEY using the following 3 steps:

  1. openssl genrsa -out ca.key 1024
  2. openssl req -new -key ca.key -out ca.csr
  3. openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt

I encountered problems trying to upload to resulting ca.crt into the NETGEAR.

I know that I am missing something there, but while looking for ways to troubleshoot this I discovered that NETGEAR's IKE Policy Configuration includes an option of a Pre-shared Key:

"Pre-shared Key - If this is selected, the key must be entered both here and on the remote VPN Gateway. This method does not require using a CA (Certificate Authority)."

If I can avoid the entire CA headache by using a Pre-shared Key, why not use it? :-)

Alex

Reply to
xp_newbie
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.