Certificate authentication docs in multiple places

Started by Steve Atkinsabout 3 years ago7 messagesdocs
Jump to latest
#1Steve Atkins
steve@blighty.com

A couple of times recently I’ve been chatting with someone about using certificate authentication, and the docs they’ve found on it are the ones in section 21.12 (Client Authentication -> Certificate Authentication).

But the useful documentation about how to set it up and use it is in section 19.9.3 (Secure TCP/IP Connections with SSL -> Using Client Certificates), where you’re less likely to find it while thinking about authentication.

Should we add a link from the former to the latter?

Cheers,
Steve

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Steve Atkins (#1)
Re: Certificate authentication docs in multiple places

On 23.03.23 14:33, Steve Atkins wrote:

A couple of times recently I’ve been chatting with someone about using certificate authentication, and the docs they’ve found on it are the ones in section 21.12 (Client Authentication -> Certificate Authentication).

But the useful documentation about how to set it up and use it is in section 19.9.3 (Secure TCP/IP Connections with SSL -> Using Client Certificates), where you’re less likely to find it while thinking about authentication.

Should we add a link from the former to the latter?

Sure, some cross-linking between those two sections seems sensible.

#3Michael Paquier
michael@paquier.xyz
In reply to: Peter Eisentraut (#2)
Re: Certificate authentication docs in multiple places

On Tue, Mar 28, 2023 at 04:28:24PM +0200, Peter Eisentraut wrote:

Sure, some cross-linking between those two sections seems sensible.

Steve, would you like to propose a patch?
--
Michael

#4Steve Atkins
steve@blighty.com
In reply to: Michael Paquier (#3)
Re: Certificate authentication docs in multiple places

On 10 Apr 2023, at 08:56, Michael Paquier <michael@paquier.xyz> wrote:

On Tue, Mar 28, 2023 at 04:28:24PM +0200, Peter Eisentraut wrote:

Sure, some cross-linking between those two sections seems sensible.

Steve, would you like to propose a patch?

Yes, I’ll do that once I get some time to get the doc toolchain working.

Cheers,
Steve

#5Michael Paquier
michael@paquier.xyz
In reply to: Steve Atkins (#4)
Re: Certificate authentication docs in multiple places

On Mon, Apr 10, 2023 at 09:47:08AM +0100, Steve Atkins wrote:

Yes, I’ll do that once I get some time to get the doc toolchain working.

Well, if you don't want to spend time setting up a toolchain, feel
free to send a patch just hacking the SGML files. I am OK to take it
from there, as long as the idea behind the patch is clear.
--
Michael

#6Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#2)
Re: Certificate authentication docs in multiple places

On Tue, Mar 28, 2023 at 04:28:24PM +0200, Peter Eisentraut wrote:

On 23.03.23 14:33, Steve Atkins wrote:

A couple of times recently I’ve been chatting with someone about using certificate authentication, and the docs they’ve found on it are the ones in section 21.12 (Client Authentication -> Certificate Authentication).

But the useful documentation about how to set it up and use it is in section 19.9.3 (Secure TCP/IP Connections with SSL -> Using Client Certificates), where you’re less likely to find it while thinking about authentication.

Should we add a link from the former to the latter?

Sure, some cross-linking between those two sections seems sensible.

Attached is a patch which accomplishes this.

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

Attachments:

cert.difftext/x-diff; charset=us-asciiDownload+2-1
#7Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#6)
Re: Certificate authentication docs in multiple places

On Wed, Sep 27, 2023 at 05:28:04PM -0400, Bruce Momjian wrote:

On Tue, Mar 28, 2023 at 04:28:24PM +0200, Peter Eisentraut wrote:

On 23.03.23 14:33, Steve Atkins wrote:

A couple of times recently I’ve been chatting with someone about using certificate authentication, and the docs they’ve found on it are the ones in section 21.12 (Client Authentication -> Certificate Authentication).

But the useful documentation about how to set it up and use it is in section 19.9.3 (Secure TCP/IP Connections with SSL -> Using Client Certificates), where you’re less likely to find it while thinking about authentication.

Should we add a link from the former to the latter?

Sure, some cross-linking between those two sections seems sensible.

Attached is a patch which accomplishes this.

Patch applied back to PG 11.

--
Bruce Momjian <bruce@momjian.us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.