On 5/21/24 12:31 PM, Alejandro Colomar wrote:
On Tue, May 21, 2024 at 11:08:58AM GMT, Rodrigo Campos wrote:
There is no online html version of this, right? Not even after the recent
6.8 release?
Yes, there is. We publish a PDF book for each release at:
<https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/book/>
<https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/book/man-pages-6.8.pdf>
with a copy also available at my own server:
<https://www.alejandro-colomar.es/share/dist/man-pages/6/6.8/man-pages-6.8.pdf>
And if you want to check an online version of git HEAD (like this case,
since the patch was applied after the release), it's available in my own
sever:
Nah, the patch was included in 6.8 :)
<https://www.alejandro-colomar.es/share/dist/man-pages/git/HEAD/man-pages-HEAD.pdf>
You will find that my SSL cert is self-signed. It's documented here:
<https://www.alejandro-colomar.es/ssl>. You can use HTTP links to avoid
it, or add my certificate to your browser exceptions.
Oh, thanks. Pointing to a specific release is not very useful for
documentation, as I want it to point to the latest version so users can
see which fs support idmap mounts on which kernels, I don't want to
update the link every time there is a man-pages release.
Also, in 2024 pointing to a site with self-signed cert is not something
I'm not willing to do in the Kubernetes documentation. I understand your
issues with CA, but self-signed for this context is definitely not better.
And don't worry, if a CA does indeed impersonate you, no one will
realize it as the cert will just be trusted. Maybe only users that
remember you use self signed might suspect, but maybe they will think
you use a signed cert already ;)
Thanks a lot anyways!
Rodrigo