User Tools

Site Tools


development:openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
development:openssl [2016/11/12 03:23]
anthonysena
development:openssl [2016/11/12 03:25]
anthonysena
Line 5: Line 5:
 ===== Creating a Certificate Authority ===== ===== Creating a Certificate Authority =====
  
-The following link describes the steps for creating a [[https://​jamielinux.com/​docs/​openssl-certificate-authority/​introduction.html|Certificate Authority using OpenSSL]]. Read the introduction and follow the instructions that are detailed in [[https://​jamielinux.com/​docs/​openssl-certificate-authority/​create-the-root-pair.html|create-the-root-pair]] and then [[https://​jamielinux.com/​docs/​openssl-certificate-authority/​create-the-intermediate-pair.html|create-the-intermediate-pair]]. For those using Windows, please note that +The following link describes the steps for creating a [[https://​jamielinux.com/​docs/​openssl-certificate-authority/​introduction.html|Certificate Authority using OpenSSL]]. Read the introduction and follow the instructions that are detailed in [[https://​jamielinux.com/​docs/​openssl-certificate-authority/​create-the-root-pair.html|create-the-root-pair]] and then [[https://​jamielinux.com/​docs/​openssl-certificate-authority/​create-the-intermediate-pair.html|create-the-intermediate-pair]]. For those using Windows, please note that you will need to modify the configuration files (openssl.cnf) that are referenced in the article since the paths are specific to Linux. For example, here is how the [CA_default] section would look for Windows: 
 + 
 +[ CA_default ] 
 +# Directory and file locations. 
 +dir               = C:\\My Projects\\keystore\\root\\ca 
 +certs             = $dir\\certs 
 +crl_dir ​          = $dir\\crl 
 +new_certs_dir ​    = $dir\\newcerts 
 +database ​         = $dir\\index.txt 
 +serial ​           = $dir\\serial 
 +RANDFILE ​         = $dir\\private\\.rand 
  
development/openssl.txt · Last modified: 2016/11/12 03:47 by anthonysena