--- loncom/CrCA.pl 2023/05/14 19:11:47 1.6 +++ loncom/CrCA.pl 2023/05/14 19:14:39 1.7 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Script to create a Certificate Authority (CA) for a LON-CAPA cluster. # -# $Id: CrCA.pl,v 1.6 2023/05/14 19:11:47 raeburn Exp $ +# $Id: CrCA.pl,v 1.7 2023/05/14 19:14:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -299,7 +299,7 @@ authorityKeyIdentifier=keyid:always,issu END - close($fh); + close($fh); } else { print 'Error: failed to wtite to '."$dir/lonca/opensslca.conf. Exiting.\n"; exit;