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.
| ACTION | |
| AD_HOC_CODE_SIGNING_ALLOWED | |
| ALTERNATE_GROUP | |
| ALTERNATE_MODE | |
| ALTERNATE_OWNER | |
| ALWAYS_SEARCH_USER_PATHS | |
| ALWAYS_USE_SEPARATE_HEADERMAPS | |
| APPLE_INTERNAL_DEVELOPER_DIR | |
| APPLE_INTERNAL_DIR | |
| APPLE_INTERNAL_DOCUMENTATION_DIR |
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.
##WWDC 2013 session videos http://www.youku.com/playlist_show/id_19400740.html
##WWDC 2012 session videos
http://www.youku.com/playlist_show/id_18976988.html
http://www.tudou.com/plcover/Ww8lNCyvZLM/
##WWDC 2011 session videos http://ipd.pps.tv/51855
| /** | |
| * @import lib/oz.js | |
| * @import lib/jquery.js | |
| * @import mod/event.js | |
| * @import mod/lang.js | |
| */ | |
| define("mod/storageclass", ["lib/jquery", "mod/event", "mod/lang"], function($, Event, _){ | |
| var fnQueue = _.fnQueue; | |
| /** |
| /* | |
| @Name: V2EX reply pusher on HTML5 notification API | |
| @URL: http://hzlzh.github.com/project/v2ex-notification/ | |
| @Twitter: @hzlzh | |
| */ | |
| // notification close delay time | |
| var AUTO_CLOSE_DELAY_SECONDS = 6, updated_time = '', | |
| refresh_time = 5, | |
| V2EX_RSS = $('.sll').val(); |
| sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES; | |
| sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled; | |
| // by the way, you need to logout and log back in for this to take effect. Or at least that's what | |
| // Quartz Debug says. Who knows, maybe it's lying? | |
| // P.S. Go to [Apple menu --> System Preferences --> Displays --> Display --> Scaled] after logging | |
| // back in, and you'll see a bunch of "HiDPI" resolutions in the list to choose from. |
| ### Starting from a fresh CentOS 6 or newer Linode | |
| ### Enable the native kernel to boot from pvgrub | |
| ### It will autoconfigure itself with each yum update. | |
| ### This is adapted from a previous script for CentOS 5.5 found here: | |
| ### http://www.linode.com/docs/assets/542-centos5-native-kernel-selinux-enforcing.sh | |
| ### Provided via the linode wiki | |
| ### https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distributionsupplied-kernel-with-pvgrub#centos-5 | |
| ### Provided without warranty, although since it should only be run | |
| ### on first box build if your box gets broken simply rebuild it |
| <!-- Mobile meta & links --> | |
| <!-- Reference | |
| Custom Icon and Image Creation Guidelines: | |
| http://developer.apple.com/library/safari/#documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html | |
| Configuring Web Applications: | |
| http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/configuringwebapplications/configuringwebapplications.html |