admintasks:makecert
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| admintasks:makecert [2014/04/22 10:12] – hop | admintasks:makecert [2014/08/14 14:02] (current) – [server certificate] hop | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| mv $SITE.key private/ | mv $SITE.key private/ | ||
| mv $SITE.crt certs/ | mv $SITE.crt certs/ | ||
| + | </ | ||
| + | |||
| + | oder: | ||
| + | <code bash> | ||
| + | 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.1398161547.txt.gz · Last modified: 2014/04/22 10:12 by hop
