Mercurial > ec-dotfiles
view bin/gencsr @ 699:5ca9e6f4039e
[tmux] support custom status bg
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 31 Oct 2022 17:53:58 +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"