Finally, I found out that you need to install openssl-perl. If you are using YUM, it would be
yum install openssl-perl
It is difficult, if not impossible, for anyone to learn a subject purely by reading about it, without applying the information to specific problems and thereby forcing himself to think about what has been read. Furthermore, we all learn best the things that we have discovered ourselves. —DONALD KNUTH, The Art of Computer Programming
3 comments:
Thank you so much for this advice! It saved my working day...
God bless you!
in Fedora 9, the file is located in /etc/pki/tls/misc/CA.pl - unlike in most documentation where it is said to be /usr/lib/ssl/misc/CA.pl
Note that in Ubuntu 16.04 this script is already installed by default with the "openssl" package but its directory is not in the PATH variable by default, anyway you can find it in "/usr/lib/ssl/misc/CA.pl".
Post a Comment