I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| <!--- | |
| Modified from Steve Withington's Import users via CSV: | |
| https://gist.github.com/stevewithington/5051646 | |
| ---> | |
| <cfscript> | |
| param name='form.csvUrl' default=''; | |
| param name='form.isSubmitted' default='false'; | |
| param name='form.isTest' default='true'; | |
| param name='form.siteid' default='default'; |
| <!--- | |
| 1) Drop this method in your /config/cfapplication.cfm and modify it as you wish. | |
| For example, maybe you only want to allow front end tools if editing the site behind your firewall | |
| ---> | |
| <cfscript> | |
| public boolean function getEnableFrontEndTools() { | |
| return getPageContext().getRequest().getServerName() == 'someURLAccessibleOnlyBehindYourFirewall.com'; | |
| } | |
| </cfscript> |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| $(function() { | |
| // Depends on: jQuery, jQuery UI core & widgets (for the autocomplete method) | |
| // Assumes you're already including the FB JS SDK asynchronously... | |
| window.fbAsyncInit = function() { | |
| FB.init({ | |
| appId : 'xxxxxxxxxxxxxxxxxx', // App ID | |
| status : true, // check login status |