view bin/gencsr @ 665:f93d4ac50080

[vimrc] Put back color for special (trailing) characters because otherwise it's invisible
author nanaya <me@nanaya.pro>
date Fri, 10 Dec 2021 21:10:20 +0900
parents 152c020d7d8e
children
line wrap: on
line source

#!/bin/sh

openssl genrsa -out ssl.key 4096
openssl req -out ssl.csr -key ssl.key -new -sha256 -subj "/CN=yoursite.com"