$ openssl genrsa -out private.key 4096
openssl req -new -sha256 \
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |
const fs = require('fs').promises; | |
const {promisify} = require('util'); | |
const frontMatterParser = require('parser-front-matter'); | |
const parse = promisify(frontMatterParser.parse.bind(frontMatterParser)); | |
async function loadPostsWithFrontMatter(postsDirectoryPath) { | |
const postNames = await fs.readdir(postsDirectoryPath); | |
const posts = await Promise.all( | |
postNames.map(async fileName => { |
import * as Rx from "rxjs/Rx"; | |
import * as uuid from "uuid"; | |
import {IRequest} from "./common"; | |
let button = document.querySelector("button"); | |
let iframe = document.createElement("iframe"); | |
iframe.src = "/proxy.html"; | |
document.body.appendChild(iframe); |
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #cccccc; | |
background: (background-color: #cccccc); | |
min-height:100%; | |
ubu (color: *ff0000); | |