Skip to content

Instantly share code, notes, and snippets.

@martin-g
Created October 7, 2020 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin-g/5509b3c7d7ea742c60c8ebdfc39c9d96 to your computer and use it in GitHub Desktop.
Save martin-g/5509b3c7d7ea742c60c8ebdfc39c9d96 to your computer and use it in GitHub Desktop.
<Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="150" SSLEnabled="true" >
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
<SSLHostConfig>
<Certificate certificateKeyFile="conf/localhost-rsa-key.pem"
certificateFile="conf/localhost-rsa-cert.pem"
certificateChainFile="conf/localhost-rsa-chain.pem"
type="RSA" />
</SSLHostConfig>
</Connector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment