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.
| I use the QNAP nas server to host docker containers. We can configure | |
| this mac to run docker-machine and point to the qnap server to deploy or | |
| otherwise mess with docker. | |
| This is how we set that up: | |
| docker-machine create --driver=none --url tcp://<your qnap box>:2376 qnap | |
| Next we need to install the certs. Download them from within the QNAP |
| # config/initializers/carrierwave.rb | |
| require 'mini_magick' | |
| module CarrierWave | |
| module MiniMagick | |
| # round _square_ image | |
| def round | |
| manipulate! do |img| | |
| img.format 'png' |
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.