In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article focuses on "how to enable the configuration of SSL in the Nginx server", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to enable the configuration of SSL in the Nginx server.
Generate a certificate
You can generate a simple certificate by following these steps:
First, go to the directory where you want to create the certificate and private key, for example:
$cd/usr/local/nginx/conf
Create the server private key, and the command will ask you to enter a password:
$opensslgenrsa-des3-outserver.key1024
Create the certificate to sign the request (CSR):
$opensslreq-new-keyserver.key-outserver.csr
Remove the necessary passwords when loading Nginx supported by SSL and using the private key above:
$cpserver.keyserver.key.org$opensslrsa-inserver.key.org-outserver.key
Enable an SSL virtual host
Write in the nginx.conf configuration file:
Server {listen443 alter servermarker nameexample.comet rootapping apprentice wwwt indexindex.htlindex.htmsslonsssslink certificateGetcGinxUnix. Crtscarf sslashes certificatewords keybinetcUniversnginxplicationsslashes SLv3TLSv1TLSv1.1TLSv1.1TLSv1.2lTLSv1.1TLSv1.2lTLSv1.1TLSv1.2lTLSv1.1TLSv1.2TLSv1.1TLSv1.1TLSv1.1TLSv1.2lTLSv1.1TLSv1.2lTLSv1.1TLSv1.2lTLSv1.1TLSv1.2lTLSv1.2TLSv1.1TLSv1.1TLSv1.1TLSv1.2TLSv1.1TLSv1.1TLSv1.1TLSv1.2TLSv1.1TLSv1.1TLSv1.1TLSv1.2TLSv1.1TLSv1.1TLSv1.2TLSv1.1TLSv1.1TLSv1.2examples
Ssl_certificate represents the CA file, and the webmaster transacts ssl_certificate_key to represent the key file.
If you want to force the http request to https, you can do this:
Server {listen80;server_nameexample.me;return301 https://$server_name$request_uri;}
At this point, I believe you have a deeper understanding of "how to enable the configuration of SSL in the Nginx server". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.