Skip to content

Commit

Permalink
fix typo for ssl cert generation
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent 4ccb118 commit d3bf30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/opt/core/var/mdata-setup/includes/20-kumquat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ else
openssl req -newkey rsa:2048 -keyout ${cert_dir}/kumquat.key \
-out ${cert_dir}/kumquat.csr -nodes \
-subj "/C=DE/L=Raindbow City/O=Aperture Science/OU=Please use valid ssl certificate/CN=${host}"
openssl x509 -in ${cert_dir}/kumquat.csr -out ${cert_dir}/kumquat.crt -req -signkey test.key -days 128
openssl x509 -in ${cert_dir}/kumquat.csr -out ${cert_dir}/kumquat.crt -req -signkey kumquat.key -days 128
fi

0 comments on commit d3bf30e

Please sign in to comment.