Skip to content

Commit

Permalink
fix ssl pem
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent 150be65 commit d1b9077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copy/opt/core/var/mdata-setup/includes/20-kumquat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ else
-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 ${cert_dir}kumquat.key -days 128
cat ${cert_dir}kumquat.crt ${cert_dir}kumquat.key > ${cert_dir}kumquat.pem
fi

0 comments on commit d1b9077

Please sign in to comment.