The Wget package contains a utility useful for non-interactive downloading of files from the Web.
Section 9.20, “make-ca-1.16.1”
Prepare Wget by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-ssl=openssl
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
--sysconfdir=/etc: This
relocates the configuration file from /usr/etc to /etc.
--with-ssl=openssl: This
allows the program to use openssl instead of "gnutls".