Skip to content

Instantly share code, notes, and snippets.

View toanctruong's full-sized avatar

Toan Truong toanctruong

  • Axis Medical Technologies
View GitHub Profile
@toanctruong
toanctruong / gist:11d4aa2032540f47cdcf26c8310f2954
Created August 31, 2016 22:17 — forked from InfoSec812/gist:a45eb3b7ba9d4b2a9b94
SSL Config Example For Vert.x 3.0.0
package com.zanclus.socialshell;
import com.zanclus.socialshell.utils.AbstractLoggingVerticle;
import static io.vertx.ext.auth.shiro.LDAPAuthRealmConstants.*;
import io.vertx.core.AsyncResult;
import io.vertx.core.Future;
import io.vertx.core.Verticle;
import io.vertx.core.http.HttpServerOptions;
import io.vertx.core.json.JsonObject;
@toanctruong
toanctruong / aws-ssl-termination-digicert.md
Created March 23, 2016 23:13 — forked from marcuswestin/aws-ssl-termination-digicert.md
How to set up an AWS SSL terminating Elastic Load Balancer with a Digicert certificate

1: Generate CSR

openssl req -new -newkey rsa:2048 -nodes -keyout server-cert.key -out server-cert-sign-req.csr

# Country Name (2 letter code) [AU]:US
# State or Province Name (full name) [Some-State]:California
# Locality Name (eg, city) []:
# Organization Name (eg, company) [Internet Widgits Pty Ltd]:Flutterby Labs, Inc.
# Organizational Unit Name (eg, section) []:
# Common Name (eg, YOUR name) []:www.dogo.co