Rename server_cert to api_cert

This commit is contained in:
Vitaliy Filippov
2026-07-05 15:44:59 +03:00
parent c18ddbf255
commit 45204da444
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -264,8 +264,8 @@ static const char* help_text =
" Start HTTP server able to handle CLI commands over a REST API. Options:\n"
" --bind_address ADDR Specify server IP address or addresses, separated by space. Default is 127.0.0.1.\n"
" --port 8080 Specify server port.\n"
" --server_cert FILE Path to server TLS certificate file (PEM format).\n"
" --server_pkey FILE Path to server TLS private key file.\n"
" --api_cert FILE Path to server TLS certificate file (PEM format).\n"
" --api_pkey FILE Path to server TLS private key file.\n"
" --client_ca FILE Path to file with TLS CA certificates used to validate client connections.\n"
"\n"
"Use vitastor-cli --help <command> for command details or vitastor-cli --help --all for all details.\n"