Mercurial > ec-dotfiles
view bin/gencsr @ 580:5a0f3d427979
Change touch function to noop when uninstalling
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 11 Oct 2015 04:11:49 +0900 |
parents | 99c8e99698ad |
children | 152c020d7d8e |
line wrap: on
line source
#!/bin/sh openssl genrsa -out ssl.key 2048 openssl req -out ssl.csr -key ssl.key -new -sha256