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.
| // Adds the thousands separator | |
| function numberWithThousands(x) { | |
| return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, "."); | |
| } |
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.