Index: base/univention-ssl/make-certificates.sh =================================================================== --- base/univention-ssl/make-certificates.sh (Revision 72885) +++ base/univention-ssl/make-certificates.sh (Arbeitskopie) @@ -428,6 +428,10 @@ -out "$name/cert.pem" -passin pass:"$PASSWD" fi + cd "$name" + openssl rsa -inform PEM -outform PEM -in private.key -pubout -out public.key + cd "$SSLBASE" + # move the new certificate to its place move_cert "${SSLBASE}/${CA}/newcerts/"*