Skip to content

Instantly share code, notes, and snippets.

@NeftaliYagua
Created April 8, 2024 19:55
Show Gist options
  • Save NeftaliYagua/324c97241a1760a78b73957bb25aae19 to your computer and use it in GitHub Desktop.
Save NeftaliYagua/324c97241a1760a78b73957bb25aae19 to your computer and use it in GitHub Desktop.
Tomcat SSL Letsencript
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true">
<SSLHostConfig>
<Certificate certificateFile="conf/cert.pem"
certificateKeyFile="conf/privkey.pem"
certificateChainFile="conf/chain.pem" />
</SSLHostConfig>
</Connector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment