View | Details | Raw Unified | Return to bug 23099 | Differences between
and this patch

Collapse All | Expand All

(-)base/univention-ssl/make-certificates.sh (+2 lines)
 Lines 428-433    Link Here 
428
			-out "$name/cert.pem" -passin pass:"$PASSWD"
428
			-out "$name/cert.pem" -passin pass:"$PASSWD"
429
	fi
429
	fi
430
430
431
	openssl rsa -inform PEM -outform PEM -in "$name/private.key" -pubout -out "$name/public.key"
432
431
	# move the new certificate to its place
433
	# move the new certificate to its place
432
	move_cert "${SSLBASE}/${CA}/newcerts/"*
434
	move_cert "${SSLBASE}/${CA}/newcerts/"*
433
435

Return to bug 23099