Dropwizard 1.0 TLS Checklist

from blog nickb.dev, | ↗ original
Follow Jetty’s instructions on creating a certificate (either self signed or generating a CSR). Tip: when securing a key with a password via the PKCS12 mechanism, ensure that the keystore and PKCS12 file share the same password. Stop reading when you hit the Configuring the Jetty SslContextFactory You should now have a keystore that you can play...