Skip to content

Instantly share code, notes, and snippets.

@highel
Created July 25, 2016 16:24
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 highel/f2c1867fd764a4b1374886fec3accb36 to your computer and use it in GitHub Desktop.
Save highel/f2c1867fd764a4b1374886fec3accb36 to your computer and use it in GitHub Desktop.
CryptoPRO Tomcat Connector
<Connector port="8443" maxHttpHeaderSize="8192"
protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false"
algorithm="GostX509"
keystoreProvider="JCP"
sslProtocol="GostTLS"
keystoreType="HDImageStore"
keyalg="GOST3410"
sigalg="GOST3411withGOST3410EL"
keystoreFile="/var/CPROcsp/keys/some.store"
keystorePass="Password1"
ciphers="TLS_CIPHER_2001"
sslEnabledProtocols="GostTLS"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment