User Tools

Site Tools


public:techstuff:ssl

This is an old revision of the document!


SSL

Generating a CSR

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

DOMAIN='' 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.1426417879.txt.gz · Last modified: 2020/04/25 13:05 (external edit)