Just as in Unix, make sure to generate some kind of "random data".
This commit is contained in:
parent
60b8e17568
commit
1472f300d5
@ -20,6 +20,11 @@ $ write sys$output "There should be a 2 sequences of .'s and some +'s."
|
|||||||
$ write sys$output "There should not be more that at most 80 per line"
|
$ write sys$output "There should not be more that at most 80 per line"
|
||||||
$ write sys$output "This could take some time."
|
$ write sys$output "This could take some time."
|
||||||
$
|
$
|
||||||
|
$ append/new nl: .rnd
|
||||||
|
$ open/append random_file .rnd
|
||||||
|
$ write random_file "string to make the random number generator think it has entropy"
|
||||||
|
$ close random_file
|
||||||
|
$
|
||||||
$ mcr 'exe_dir'openssl req -config test.cnf -new -out testreq.pem
|
$ mcr 'exe_dir'openssl req -config test.cnf -new -out testreq.pem
|
||||||
$ if $severity .ne. 1
|
$ if $severity .ne. 1
|
||||||
$ then
|
$ then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user