I'm wanting to generate a self-signed certificate for LAN-only development and testing. The virtual host will be alpha.local, and it is only for nginx serving.
The handbook requires a machine name for a virtual host, i.e.:
Can I just use alpha.local or does it need a machine name for the cert? Again, this is for LAN development only, self-signed.
Also, I'm going to use the port's OpenSSL instead of the base. Anything bad I should know about? Eventually I want to use the same setup for the public side once I publish this server to the interwebs.
Cheers
The handbook requires a machine name for a virtual host, i.e.:
Code:
Common Name (e.g. server FQDN or YOUR name) []:[I]localhost.example.org[/I]
Can I just use alpha.local or does it need a machine name for the cert? Again, this is for LAN development only, self-signed.
Also, I'm going to use the port's OpenSSL instead of the base. Anything bad I should know about? Eventually I want to use the same setup for the public side once I publish this server to the interwebs.
Cheers