mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-16 17:20:33 +00:00
Fix/fix domain server (#319)
* fix: server_domain and improve code for tls * add log * add tracing * test * improve config and tls * Update rustfs/src/console.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -32,13 +32,7 @@ openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 -node
|
||||
### TLS File
|
||||
|
||||
```text
|
||||
rustfs_public.crt #api cert.pem
|
||||
|
||||
rustfs_tls_cert.pem api cert.pem
|
||||
|
||||
rustfs_tls_key.pem api key.pem
|
||||
|
||||
rustfs_console_tls_cert.pem console cert.pem
|
||||
|
||||
rustfs_console_tls_key.pem console key.pem
|
||||
|
||||
rustfs_private.key #api key.pem
|
||||
```
|
||||
Reference in New Issue
Block a user