view bin/gencsr @ 692:a04ba615362c

[bashrc] back to prioritizing gnuls for openbsd It should be fixed by now...? Can't remember what the problem was though.
author nanaya <me@nanaya.pro>
date Sun, 23 Oct 2022 01:56:26 +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"