Mercurial > ec-dotfiles
view bin/gencsr @ 624:ab58f083b2bf
Indent 2 for typescripts
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 23 May 2019 10:38:50 +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"