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.
| # inspired from | |
| # https://www.transip.nl/vragen/446-mijn-partitie-via-lvm-vergroten/ | |
| # first, check that you have lvm installed | |
| sudo lvdisplay | |
| # if you get nothing, you don't have lvm and you don't have a lot of options | |
| # check you actually have additional free space | |
| sudo parted /dev/vda | |
| # you can then use, inside parted |
| # ------------------------------------------------------------------------------ | |
| # tlp - Parameters for power saving | |
| # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html | |
| # dir: /etc/default/tlp | |
| # Hint: some features are disabled by default, remove the leading # to enable | |
| # them. | |
| # Set to 0 to disable, 1 to enable TLP. |
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.