hints:rpki
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hints:rpki [2026/03/13 05:47] – [RPKI-client] philip | hints:rpki [2026/03/13 05:52] (current) – [Initial Preparation] philip | ||
|---|---|---|---|
| Line 204: | Line 204: | ||
| The other required package noted in the instructions is **tls** from LibreSSL. LibreSSL is a branch of OpenSSL and is used on OpenBSD - not found on Linux, but seems to be appearing in the latest Debian/ | The other required package noted in the instructions is **tls** from LibreSSL. LibreSSL is a branch of OpenSSL and is used on OpenBSD - not found on Linux, but seems to be appearing in the latest Debian/ | ||
| - | First we go to [[https:// | + | First we go to [[https:// |
| < | < | ||
| - | wget https:// | + | wget https:// |
| </ | </ | ||
| We then unpack it: | We then unpack it: | ||
| < | < | ||
| - | tar zxf libressl-3.9.2.tar.gz | + | tar zxf libressl-4.2.1.tar.gz |
| </ | </ | ||
| and then build it: | and then build it: | ||
| < | < | ||
| - | cd libressl-3.9.2 | + | cd libressl-4.2.1 |
| ./configure --enable-libtls-only | ./configure --enable-libtls-only | ||
| make | make | ||
| Line 221: | Line 221: | ||
| Note the option to only build **libtls** - we don't need the rest of LibreSSL and it could well interfere with OpenSSL which will already be on the system. Now that **libtls** is built, the **install** action will put the libraries in **/ | Note the option to only build **libtls** - we don't need the rest of LibreSSL and it could well interfere with OpenSSL which will already be on the system. Now that **libtls** is built, the **install** action will put the libraries in **/ | ||
| < | < | ||
| - | -rw-r--r-- 1 root root 18679208 Jul 14 10:11 libtls.a | + | -rw-r--r-- |
| - | -rw-r--r-- 1 root root 923 Jul 14 10:11 libtls.la | + | -rw-r--r-- |
| - | lrwxrwxrwx 1 root root | + | lrwxrwxrwx |
| - | lrwxrwxrwx 1 root root | + | lrwxrwxrwx |
| - | -rw-r--r-- 1 root root | + | -rw-r--r-- |
| </ | </ | ||
| Run **sudo ldconfig** so that the system knows about the new libraries. | Run **sudo ldconfig** so that the system knows about the new libraries. | ||
hints/rpki.1773380821.txt.gz · Last modified: by philip
