Self-built CA and certificate authentication

Source: Internet
Author: User

1. Self-built CA

OS: centos 6.4


# Cd/etc/pki/CA # (umask 077; openssl genrsa-out/etc/pki/CA/private/cakey. pem 1024) (generate the CA private key) # openssl req-new-x509-key/etc/pki/CA/private/cakey. pem-out/etc/pki/CA/cacert. pem-days 3650 (generated self-signed certificate) # touch/etc/pki/CA/index.txt # echo 01> serial



Ii. How to Create a csr


Mkdir/usr/local/mysql/ssl (umask 077; openssl genrsa-out/usr/local/mysql/ssl/mysql. key 1024) openssl req-new-key/usr/local/mysql/ssl/mysql. key-out/usr/local/mysql/ssl/mysql. csr-days 365


3. How to authenticate others

Openssl ca-in mysql. csr-out mysql. crt-days 365.


Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.