Mercurial > ec-dotfiles
view bin/gencsr @ 641:84a1e86d1afc
[vimrc] Prevent pointer to stick at the bottom of screen
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 08 Jun 2020 15:06:56 +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"