User Tools

Site Tools


public:techstuff:ssl

SSL

Generating a CSR

Run the following to generate the key (you'll also have to answer some questions).

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
public/techstuff/ssl.txt · Last modified: 2020/04/25 13:05 by 127.0.0.1