Skip to content

Commit

Permalink
docs: fix typo in Postgres guide (#35100)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmb3 committed Nov 29, 2023
1 parent eb077a7 commit 69e5f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database-access/guides/postgres-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ to the PostgreSQL configuration file, `postgresql.conf`:
ssl = on
ssl_cert_file = '/path/to/server.crt'
ssl_key_file = '/path/to/server.key'
ssl_ca_file = '/path/toa/server.cas'
ssl_ca_file = '/path/to/server.cas'
```

See [Secure TCP/IP Connections with SSL](https://www.postgresql.org/docs/current/ssl-tcp.html)
Expand Down

0 comments on commit 69e5f1d

Please sign in to comment.