Created
July 25, 2016 16:24
-
-
Save highel/f2c1867fd764a4b1374886fec3accb36 to your computer and use it in GitHub Desktop.
CryptoPRO Tomcat Connector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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