Saturday, July 18, 2009

To enable Wild card on domains

Wild card:

Security for your entire domain. A wildcard certificate for *.example.com will secure www.example.com, mail.example.com, and any other first-level subdomain of example.com. DigiCert's wildcard even secures the base domain itself—example.com—something no other wildcard currently offers.


go to SSL Virtual Hosting on one IP. IIS 6 and Apache are both able to use a wildcard certificate to serve multiple secure sites from a single IP address.

===================

zone file
vi /var/named/dnmae.db
* IN A IP
/scripts/restartsrv httpd

vi /usr/local/apache/conf/httpd.conf

server alias *.domainname

save and exit

restart httpd

No comments:

Post a Comment