Code Snippet

Just another Code Snippet site

apache

[OVH] Configure Domain DNS with Dedicated Server

Domain : example.com Server IP : 123.456.789 Server name : vps123456.ovh.net OVH Manager Console : Domain side (example.com) Domaine & DNS > Serveurs DNS Domaine & DNS > Zone DNS Server Side Add a new Zone : 213.186.33.199 => secondary OVH DNS Edit named.conf.options : replace by Edit /etc/bind/db.example.com : Reload config : Check no […]

, , , , ,

[Apache] Tips

Restart apache : Enable MOD : Enable SITE : <site_name> is the name of the config file in ‘site-availables’ folder Listen to new port : edit ports.conf

,

[SSL] Generate SSL certificate

Run the following OpenSSL command to generate your private key and public certificate. Answer the questions and enter the Common Name when prompted. Review the created certificate: Combine your key and certificate in a PKCS#12 (P12) bundle: Validate your P2 file.

, , , ,

Next posts