Skip to content

Instantly share code, notes, and snippets.

@calavera
Created May 21, 2010 20:59
Show Gist options
  • Select an option

  • Save calavera/409425 to your computer and use it in GitHub Desktop.

Select an option

Save calavera/409425 to your computer and use it in GitHub Desktop.
<-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<!--
<Connector
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
SSLCertificateFile="/usr/local/ssl/server.crt"
SSLCertificateKeyFile="/usr/local/ssl/server.pem"
clientAuth="optional" SSLProtocol="TLSv1"/>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment