Portal Home > Knowledgebase > cPanel > SSL mapping (W2K3 & Win2K8)
This file is copied from Web02-W2K3This allows us to use the Tomahawk wildcard SSL on one server for more than one site.==== This is not a batch file. It shows the format for setting the SSL on *.tomahawk.ca==== You need to do this from within the C:\Windows\System32\Inetsrv\ directory.==== View the commands below for examples.cd C:\Windows\System32\Inetsrv\appcmd set site /site.name:"ASHSEC" /+bindings.[protocol='https',bindingInformation='*:443:ASHSEC.tomahawk.ca']appcmd set site /site.name:"CARLHRAC2" /+bindings.[protocol='https',bindingInformation='*:443:CARLHRAC.tomahawk.ca']appcmd set site /site.name:"CPCANOE" /+bindings.[protocol='https',bindingInformation='*:443:CPCANOE.tomahawk.ca']appcmd set site /site.name:"RENTVILL" /+bindings.[protocol='https',bindingInformation='*:443:RENTVILL.tomahawk.ca']appcmd set site /site.name:"_TT-DEMO" /+bindings.[protocol='https',bindingInformation='*:443:SECUREDEMO.tomahawk.ca']appcmd set site /site.name:"_TT-DEV" /+bindings.[protocol='https',bindingInformation='*:443:SECUREDEV.tomahawk.ca']// not using the SSL anymoreappcmd set site /site.name:"CARCLN" /+bindings.[protocol='https',bindingInformation='*:443:CARCLN.tomahawk.ca']
Add to Favourites Print this Article