Mercurial > ec-dotfiles
view bin/gencsr @ 653:1fb1c9cd3755
Remove incorrect wildcard
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 23 Apr 2021 13:03:29 +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"