mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
ccc255d3e0
The TLS server is an alternative to using SSH for protocol connections to remote hosts. This command is currently experimental and intended only for trial and testing. As such, the new commands and options will not show up in the command-line help unless directly requested.
27 lines
379 B
INI
27 lines
379 B
INI
[req]
|
|
default_bits=4096
|
|
prompt=no
|
|
default_md=sha256
|
|
req_extensions=v3_req
|
|
distinguished_name=dn
|
|
|
|
[ca]
|
|
default_ca=ca_pgbackrest
|
|
|
|
[ca_pgbackrest]
|
|
database = index.txt
|
|
unique_subject = no
|
|
default_md = sha256
|
|
|
|
[dn]
|
|
C=US
|
|
ST=All
|
|
L=All
|
|
O=pgBackRest
|
|
OU=Unit Testing Domain
|
|
CN=pgbackrest-client
|
|
|
|
[v3_req]
|
|
basicConstraints=CA:FALSE
|
|
keyUsage=nonRepudiation,digitalSignature,keyEncipherment
|