Complete the SSL (Secure Socket Layer) Certificate Service through Linux + Apache + OpenSSL, and provide secure HTTPS (Hypertext Transfer Protocol over Secure Socket Layer) services.
Device SSL
1. device OpenSSL
Tar-zxvf openssl-0.9.8a.tar.gz
CD
The OpenSSL Certificate Action command generates a self signed certificate# Generate a key, your private key, OpenSSL will prompt you to enter a password, you can enter, you can not lose,# Enter the words, each time you use this key to enter the
OpenSSL genrsa-out server.key 1024 (no password required)OpenSSL Req-new-key server.key-out SERVER.CSRCat SERVER.CSRPaste the above text into http://dc2.sankuai.info/certsrv/request Advanced Certificate request---->web Server certificate, OK,
Many may have the same deep experience as myself. Using the OpenSSL library to write an encrypted communication process, the code can be easily written, but the entire work has taken several days. In addition to compiling the program successfully
In the previous article, we talked about the Signing Method of Multi-CN using OpenSSL to sign multi-domain name certificates. In actual use, we encountered a problem. In Android, the browser does not recognize multi-CN domain names, "The certificate
Go from: http://blog.csdn.net/madding/article/details/26717963 generate self signed certificate# Generate a key, your private key, OpenSSL will prompt you to enter a password, you can enter, you can not lose,# Enter the words, each time you use this
Introduction: This is a detailed page of Apache SSL encryption configuration. It introduces PHP, related knowledge, skills, experience, and some PHP source code.
Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php?
1. Install nginx1.1 Nginx Package and its dependent package download for module dependencies, Nginx relies on the following three packages:
Gzip module requires zlib library (http://www.zlib.net/);
Rewrite module requires Pcre library
I. Basics: 1. root and sudo
Root Account: by default, the root account is locked in ubuntu. To enable this function, set the password for the root account for sudo passwd.
If you need to lock and disable: sudo passwd-l root
Groups with root
Create a self-signed HTTPS server with node. js
Create your own CA agency
Create a server-side certificate
Create a client certificate
Package the Certificate
Create your own CA agency
Generate a private key for a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.