Tomcat server installation and replacement Alibaba Cloud free ssl certificate steps (super detailed)

here is the image:

After logging in to Alibaba Cloud, you can follow the step-by-step operations in the figure below.

2. Enter ssl in the search box, the SSL certificate (application security) will appear and click

 

Create a certificate after purchase

After the creation is complete, apply for a certificate

 <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
	<Connector port="443" protocol="HTTP/1.1" 

ciphers="TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS

_RSA_WITH_AES_256_CBC_SHA256" SSLProtocol="TLSv1+TLSv1.1+TLSv1.2" clientAuth="false" keystorePass="*****" keystoreType="PKCS12" keystoreFile="C:/Program Files/Apache 

Software Foundation/Tomcat 9.0/cert/wehabits.pfx" secure="true" scheme="https" SSLEnabled="true"/>

After the download is complete, if you don’t understand this section, you can also refer to the official document

Link to official document: Install PFX format certificate - SSL Certificate Service - Alibaba Cloud

Finally, restart the server and visit your website to see if it is successful.

The successful brothers give a good review, it is too difficult to take screenshots, haha.

Guess you like

Origin blog.csdn.net/gaoqingliang521/article/details/122121243