admintasks:makecert
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| admintasks:makecert [2014/04/22 12:26] – [server certificate] hop | admintasks:makecert [2014/08/14 14:02] (current) – [server certificate] hop | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| <code bash> | <code bash> | ||
| openssl req -new -sha256 -subj /CN=$SITE -newkey rsa:2048 -nodes -keyout $SITE.key -out $SITE.csr | openssl req -new -sha256 -subj /CN=$SITE -newkey rsa:2048 -nodes -keyout $SITE.key -out $SITE.csr | ||
| + | </ | ||
| + | |||
| + | self sign: | ||
| + | <code bash> | ||
| + | openssl x509 -req -days 3650 -in $SITE.csr -signkey $SITE.key -out $SITE.crt | ||
| </ | </ | ||
admintasks/makecert.1398169562.txt.gz · Last modified: 2014/04/22 12:26 by hop
