Mercurial > ec-dotfiles
view bin/gencsr @ 678:12fe76be3071
[inputrc] Reenable the kill line fix until fixed reline is released
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Mon, 11 Apr 2022 22:58:30 +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"
