file
README , cert.pem , chain.pem , fullchain.pem , privkey.pem
now .
i am change server.xml in tomcat
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true" SSLProtocol="TLSv1.2" SSLVerifyClient="none"
certificateFile="/etc/letsencrypt/live/cert.pem"
certificateKeyFile="/etc/letsencrypt/live/conf/privkey.pem"
certificateChainFile="/etc/letsencrypt/live/conf/chain.pem"
scheme="https" secure="true" compression="on" />
what is the problem ?
Please format the code you posted, by wrapping it in triple backticks. -> `
Обсуждают сегодня