view bin/gencsr @ 746:6b7f6f09b8d1 default tip

[vimrc] fix php syntax highlight Example file: https://github.com/ppy/osu-web/blob/e23658f45ac2e85d78bd339947e0d1cee57629c6/app/Libraries/BBCodeFromDB.php (around the end)
author nanaya <me@nanaya.net>
date Wed, 29 Oct 2025 12:28:45 +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"