Step 1 - Create a req.conf file and fill it with the following:
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
C = US
ST = VA
L = SomeCity
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
C = US
ST = VA
L = SomeCity
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
C = US
ST = VA
L = SomeCity
source "https://rubygems.org" | |
gem "sinatra" |
#!/usr/bin/env ruby | |
require 'uri' | |
require 'pg' | |
uri = URI.parse(ENV['REMOTE_DATABASE_URL']) | |
preamble = %Q( | |
CREATE EXTENSION IF NOT EXISTS postgres_fdw; | |
DROP SERVER IF EXISTS fdw_db; |
4242 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> | |
<html> | |
<head> | |
<meta name="description" content="I am a UI Designer and all around problem solver."> | |
<meta name="keywords" content="UI, Boulder, Technology, Apps, Design, Web Development, Front End, Information Architecture, iPhone Design, Entrepreneur"> | |
<meta charset="UTF-8"> | |
<meta name="copyright" content="2011"> | |
<title>Alyssa Reese | app design in Boulder, Colorado</title> |
This is a gist |