blob: 3bb970af557f88768160d92a66b2e177fac1083f [file] [log] [blame]
== Certificate for netty-http test
Server keystore has to contain server certificate. It is possible to use self-signed certificate created by following command:
`keytool -genkeypair -keystore keystore.p12 -storetype PKCS12 -storepass changeit -alias localhost -keyalg RSA -keysize 2048 -validity 99999 -dname "CN=localhost"'