For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
| ###Installtion of Master | |
| wget https://apt.puppetlabs.com/puppetlabs-release-precise.deb | |
| sudo dpkg -i puppetlabs-release-precise.deb | |
| sudo apt-get update | |
| sudo apt-get install puppetmaster-passenger -y ---- For Production based Master Setup | |
| ######### Only for Testing ################ | |
| sudo apt-get install puppetmaster -y ---- For test Master Server Setup |
| #!/bin/bash | |
| apt-get -y update | |
| apt-get -y install nginx-extras build-essential libpcre3-dev libssl-dev libgeoip-dev libpq-dev libxslt1-dev libgd2-xpm-dev | |
| wget -c https://openresty.org/download/openresty-1.11.2.1.tar.gz | |
| tar zxvf openresty-1.11.2.1.tar.gz | |
| cd openresty-1.11.2.1 | |
| ./configure \ | |
| --sbin-path=/usr/sbin/nginx \ | |
| --conf-path=/etc/nginx/nginx.conf \ |
| user nginx; | |
| worker_processes 1; | |
| error_log logs/error.log info; | |
| pid logs/nginx.pid; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { |
git checkout -b T1234-boo-foogit commit -am 'first'git commit -am 'now it works'arc lintarc diff| <?php | |
| /* | |
| * Copyright 2013 Disqus, Inc. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| #!/bin/bash | |
| apt-get update -y | |
| apt-get install -y libpcre2-dev imagemagick libimlib2-dev libgd-dev libmagickwand-dev libxml2-dev libxslt-dev libgeoip-dev libperl-dev curl git openssl libssl-dev | |
| ln -s /usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/Wand-config /usr/bin/ | |
| mkdir -p /usr/local/src/nginx/modules | |
| cd /usr/local/src/nginx/modules | |
| git clone https://github.com/cubicdaiya/ngx_dynamic_upstream | |
| git clone https://github.com/cubicdaiya/ngx_small_light | |
| cd ngx_small_light | |
| ./setup --with-imlib2 --with-gd |