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.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| * { | |
| font-size: 12pt; | |
| font-family: monospace; | |
| font-weight: normal; | |
| font-style: normal; | |
| text-decoration: none; | |
| color: black; | |
| cursor: default; | |
| } |
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.
| In [1]: from django.utils.translation import ugettext as _ | |
| In [2]: [_('red'),_('blue')] | |
| Out[2]: [u'red', u'blue'] | |
| In [3]: [_('red'),_('blue')] | |
| TypeError Traceback (most recent call last) | |
| /Users/jg026715/.virtualenvs/iqh/lib/python2.7/site-packages/django/core/management/commands/shell.pyc in <module>() | |
| ----> 1 [_('red'),_('blue')] |