Mercurial > ec-dotfiles
view bin/gencsr @ 731:4d037b0a9f41 default tip
[bashrc] Better FreeBSD compat with Windows Terminal
Reference: https://github.com/microsoft/terminal/discussions/18332
author | nanaya <me@nanaya.net> |
---|---|
date | Wed, 08 Jan 2025 19:02:53 +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"