Replacing previous default: MD5.
You can use the existing `-s` option to override the default.
Also bump version to 1.30.
Closes #19359
# If the OpenSSL commandline is not in search path you can configure it here!
my $openssl = 'openssl';
-my $version = '1.29';
+my $version = '1.30';
$opt_w = 76; # default base64 encoded lines length
# for delegates (i.e. it is not a CA).
);
-my $default_signature_algorithms = $opt_s = "MD5";
+my $default_signature_algorithms = $opt_s = "SHA256";
my @valid_signature_algorithms = (
"MD5",