This website requires JavaScript.
Explore
Help
Register
Sign In
db
/
pgbackrest
Watch
1
Star
0
Fork
0
You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced
2024-12-12 10:04:14 +02:00
Code
Issues
Releases
Activity
ccc255d3e0
pgbackrest
/
test
/
certificate
/
.gitignore
4 lines
20 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New test containers with static test certificates. Test certificates were generated dynamically but there are advantages to using static certificates. For example, it possible to use the same certificate between container versions. Mostly, it is easier to document the certificates if they are not buried deep in the container code. The new test certificates are initially intended to be used with the C unit tests but they will eventually be used for integration tests as well. Two new certificates have been defined. See test/certificate/README.md for details. The old dynamic certificates will be retained until they are replaced.
2018-11-22 01:13:37 +02:00
*.csr
*.srl
Add TLS Server. 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.
2021-10-18 20:32:41 +02:00
index.*
Reference in New Issue
Copy Permalink