Skip to content

Instantly share code, notes, and snippets.

View lehcosta's full-sized avatar

Leandro Costa lehcosta

View GitHub Profile
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
sudo easy_install pip
sudo pip install virtualenv
./letsencrypt-auto certonly --manual --email youremail@yourdomain.com -d yourdomain.com -d www.yourdomain.com
# Allow access to the letsencrypt ACME Challenge
location ~ /\.well-known\/acme-challenge {
default_type "text/html";
@lehcosta
lehcosta / SassMeister-input.scss
Created September 26, 2015 20:02
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$column-width: 65;
@for $i from 1 through 15 {
%column#{$i} {
width: #{(65 * $i)}px;
}