|
@@ -556,7 +556,7 @@ map:
|
|
documentation for details. Note that format is
|
|
documentation for details. Note that format is
|
|
ignored when the database name is "all".
|
|
ignored when the database name is "all".
|
|
example: directory
|
|
example: directory
|
|
- sslmode:
|
|
|
|
|
|
+ ssl_mode:
|
|
type: str
|
|
type: str
|
|
enum: ['disable', 'allow', 'prefer', 'require', 'verify-ca', 'verify-full']
|
|
enum: ['disable', 'allow', 'prefer', 'require', 'verify-ca', 'verify-full']
|
|
desc: |
|
|
desc: |
|
|
@@ -564,22 +564,22 @@ map:
|
|
"require", "verify-ca" or "verify-full". Defaults to "disable". See
|
|
"require", "verify-ca" or "verify-full". Defaults to "disable". See
|
|
https://www.postgresql.org/docs/current/libpq-ssl.html for details.
|
|
https://www.postgresql.org/docs/current/libpq-ssl.html for details.
|
|
example: disable
|
|
example: disable
|
|
- sslcert:
|
|
|
|
|
|
+ ssl_cert:
|
|
type: str
|
|
type: str
|
|
desc: |
|
|
desc: |
|
|
Path to a client certificate.
|
|
Path to a client certificate.
|
|
example: "/root/.postgresql/postgresql.crt"
|
|
example: "/root/.postgresql/postgresql.crt"
|
|
- sslkey:
|
|
|
|
|
|
+ ssl_key:
|
|
type: str
|
|
type: str
|
|
desc: |
|
|
desc: |
|
|
Path to a private client key.
|
|
Path to a private client key.
|
|
example: "/root/.postgresql/postgresql.key"
|
|
example: "/root/.postgresql/postgresql.key"
|
|
- sslrootcert:
|
|
|
|
|
|
+ ssl_root_cert:
|
|
type: str
|
|
type: str
|
|
desc: |
|
|
desc: |
|
|
Path to a root certificate containing a list of trusted certificate authorities.
|
|
Path to a root certificate containing a list of trusted certificate authorities.
|
|
example: "/root/.postgresql/root.crt"
|
|
example: "/root/.postgresql/root.crt"
|
|
- sslcrl:
|
|
|
|
|
|
+ ssl_crl:
|
|
type: str
|
|
type: str
|
|
desc: |
|
|
desc: |
|
|
Path to a certificate revocation list.
|
|
Path to a certificate revocation list.
|