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.
| #!/usr/bin/env node | |
| /** | |
| * Module dependencies. | |
| */ | |
| var app = require('../app'); | |
| var debug = require('debug')('logstash_test:server'); | |
| var http = require('http'); |
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.