You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/custom-config-ssl/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
4
4
This example shows how you can configure PostgreSQL to use SSL for client authentication.
5
5
6
-
The example requires SSL certificates and keys to be created. Included in the examples directory is the script called by create.sh to create self-signed certificates (server and client) for the example:
6
+
The example requires SSL certificates and keys to be created. Included in the examples directory is the script called by create.sh to create self-signed certificates (server and client) for the example:
7
7
8
-
$PGOROOT/examples/ssl-creator.sh.
8
+
$PGOROOT/examples/ssl-creator.sh.
9
9
10
10
Additionally, this script requires the certstrap utility to be installed. An install script is provided to install the correct version for the example if not already installed.
0 commit comments