Guest User

Untitled

a guest
Sep 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <Connector port="8443"
  2. protocol="org.apache.coyote.http11.Http11NioProtocol"
  3. maxThreads="200"
  4. scheme="https" secure="true" SSLEnabled="true" >
  5. <SSLHostConfig>
  6. <Certificate certificateKeystoreFile="C:Program FilesJavajdk1.8.0_181binmercadorefacciones_com_mx.jks"
  7. certificateKeystorePassword="Dlea2x14"
  8. certificateKeyAlias="server"
  9. type="RSA" />
  10. </SSLHostConfig>
  11. </Connector>
Add Comment
Please, Sign In to add comment