User Tools

Site Tools


public:techstuff:ssl

Differences

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

Link to this comparison view

Next revision
Previous revision
public:techstuff:ssl [2014/05/09 10:49] – created nathanpublic:techstuff:ssl [2020/04/25 13:05] (current) – external edit 127.0.0.1
Line 5: Line 5:
 Run the following to generate the key (you'll also have to answer some questions). Run the following to generate the key (you'll also have to answer some questions).
  
-  openssl req -new -newkey rsa:4096 -nodes -keyout wiki.shweppsie.com.key -out wiki.shweppsie.com.csr+  DOMAIN='x.shweppsie.com'; openssl req -new -newkey rsa:4096 -nodes -keyout ${DOMAIN}.key -out ${DOMAIN}.csr
  
   * Use the CSR with your SSL Certificate Provider to generate new certificates   * Use the CSR with your SSL Certificate Provider to generate new certificates
  
public/techstuff/ssl.1399632582.txt.gz · Last modified: 2020/04/25 13:05 (external edit)