This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| # | |
| # Installs git 1.7.10 on Ubuntu 12.04 (Precise) using packages from | |
| # the upcoming 12.10 (Quantal) release. Should work for i386 and amd64. | |
| # | |
| # Adapted from http://pastebin.com/TXeMw1CY | |
| # | |
| HOST_ARCH=`dpkg-architecture -qDEB_HOST_ARCH_CPU` | |
| wget http://mirrors.us.kernel.org/ubuntu/pool/main/g/git/git_1.7.10.4-1ubuntu1_${HOST_ARCH}.deb \ |