Setting up a SSL Cert from Comodo
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.
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import requests,json,sys | |
# Script simples para consulta de dados na base dados nacional do SUS utilizando o CPF. | |
# Jhonathan Davi A.K.A jh00nbr / Insightl4b lab.insightsecurity.com.br | |
# Blog: lab.insightsecurity.com.br | |
# Github: github.com/jh00nbr | |
# Twitter @jh00nbr |
SELECT table_name AS "Tables", | |
round(((data_length + index_length) / 1024 / 1024), 2) "Size in MB" | |
FROM information_schema.TABLES | |
WHERE table_schema = "t8_auth" | |
ORDER BY (data_length + index_length) DESC;' |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import logging | |
import MySQLdb as mdb | |
from datetime import datetime | |
import sys | |
logging.basicConfig( | |
filename='killed_queries.log', | |
filemode='w', |
upstream backend{ | |
# Defines backends. | |
# Extracting here makes it easier to load balance | |
# in the future. Needs to be specific IP as Plesk | |
# doesn't have Apache listening on localhost. | |
ip_hash; | |
server 127.0.0.1:8080; # IP goes here. | |
} | |
server { |
{ | |
"type": "FeatureCollection", | |
"features": [ |
upstream fpm_example.com1{ | |
server unix:/var/run/php5-fpm.sock; | |
server unix:/var/run/php5-fpm1.sock; | |
keepalive 128; | |
} | |
upstream admin { | |
server unix:/var/run/php5-fpm1.sock; | |
server unix:/var/run/php5-fpm2.sock; | |
keepalive 128; | |
} |
#https://gorails.com/setup/ubuntu/14.04 | |
sudo apt-get update | |
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties | |
sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev | |
curl -L https://get.rvm.io | bash -s stable | |
source ~/.rvm/scripts/rvm | |
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc | |
rvm install 2.1.2 | |
rvm use 2.1.2 --default |
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.
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" proxy |
I hereby claim:
To claim this, I am signing this object: