ssl

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ssl [2011/12/23 17:04] – [Wilcard Certificate] k2patelssl [2020/08/10 02:35] (current) – external edit 127.0.0.1
Line 5: Line 5:
 **Generate 2048 Bit CSR for godaddy.** **Generate 2048 Bit CSR for godaddy.**
 <code bash> <code bash>
-openssl req -nodes -newkey rsa:2048 -keyout www.xyz.com.key -out www.xyz.com.csr+openssl req -nodes -newkey rsa:4096 -sha512 -keyout www.xyz.com.key -out www.xyz.com.csr
 </code> </code>
  
Line 130: Line 130:
 == Generating Private Key == == Generating Private Key ==
 <code bash> <code bash>
-openssl genrsa -des3 -out www.k2patel.com.key 2048+openssl genrsa -des3 -out www.k2patel.com.key 4096
 </code> </code>
  
Line 159: Line 159:
 Please read following information before you dive in. Please read following information before you dive in.
  
-  * While creating wildcard certificate you need to use "*" as subdomain+  * While creating wildcard certificate you need to use "*" as Common Name:
      * e.g. *.k2patel.in      * e.g. *.k2patel.in
-  * You can place wildcard certificate on any server simply you always need KEY / CRT combination moved / copied.+  * You can place wildcard certificate on any number of server simply you always need KEY / CRT combination moved / copied.
     * so you can have multiple server with multiple sub-domain without issue.     * so you can have multiple server with multiple sub-domain without issue.
   * You do not need any special way to install / use it simply use as described above.   * You do not need any special way to install / use it simply use as described above.
ssl.1324659841.txt.gz · Last modified: 2020/08/10 02:29 (external edit)