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.
| pre_composer_script: | | |
| memcached -d | |
| sudo apt-get -y -q --force-yes install zlib1g-dev pkg-config libmemcached-dev | |
| cd /tmp | |
| wget https://github.com/php-memcached-dev/php-memcached/archive/2.2.0.tar.gz | |
| tar zxvf 2.2.0.tar.gz | |
| cd php-memcached-2.2.0 | |
| phpize | |
| ./configure --disable-memcached-sasl | |
| make |
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.