no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:gnutls [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== HTTPS Virtual Hosts on Ubuntu 8.04 LTS Server ====== | ||
+ | Using gnutls for https virtual hosts | ||
+ | |||
+ | ===== Resources ===== | ||
+ | [[http:// | ||
+ | [[http:// | ||
+ | [[http:// | ||
+ | |||
+ | ===== Steps done based on itwarlocks.com ===== | ||
+ | < | ||
+ | ftp:// | ||
+ | ftp:// | ||
+ | ftp:// | ||
+ | http:// | ||
+ | </ | ||
+ | |||
+ | Follow up compile for each download in order of download, (commands from resource above) | ||
+ | < | ||
+ | ~% mkdir gnutls | ||
+ | ~% cd gnutls | ||
+ | ~/gnutls% wget " | ||
+ | ~/gnutls% tar -xvzf libgcrypt-1.4.4.tar.gz | ||
+ | ~/gnutls% cd libgcrypt-1.4.4 | ||
+ | ~/ | ||
+ | ~/ | ||
+ | ~/ | ||
+ | ~/ | ||
+ | ~/ | ||
+ | ~/gnutls% rm -Rf libgcrypt-1.4.4 | ||
+ | </ | ||
+ | |||
+ | ==== Not required ==== | ||
+ | < | ||
+ | wget " | ||
+ | wget " | ||
+ | dpkg -i libgpg-error0_1.6-1_amd64.deb | ||
+ | dpkg -i libgcrypt11_1.4.5-2_amd64.deb | ||
+ | </ | ||