Skip to content

Instantly share code, notes, and snippets.

View drkstr101's full-sized avatar

Aaron R Miller drkstr101

View GitHub Profile
@drkstr101
drkstr101 / gist:9a90a0e46d4598a16dfe00b5909c00c5
Created October 1, 2020 20:02 — 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;