Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
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.
| var required = function(name) { | |
| name = name.toString(); | |
| return new Promise(function(resolve, reject) { | |
| require([name], function(module) { | |
| resolve(module); | |
| }, | |
| function(err){ | |
| reject(err); | |
| }); | |
| }); |