Better name for CN in dummy keys

This commit is contained in:
Tony Garnock-Jones 2014-03-10 13:30:38 -04:00
parent 73d9041245
commit 0db55fb3cb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ private-key.pem:
server-cert.pem: private-key.pem
openssl req -new -x509 -nodes -sha1 -days 365 \
-subj /CN=chat-demo.js-marketplace.leastfixedpoint.com \
-subj /CN=server.minimart.leastfixedpoint.com \
-passin pass:a \
-key private-key.pem > $@