| 76 | std::string MinioTestServer::secret_key() const { return impl_->secret_key_; } |
| 77 | |
| 78 | std::string MinioTestServer::ca_dir_path() const { |
| 79 | return impl_->temp_dir_ca_->path().ToString(); |
| 80 | } |
| 81 | |
| 82 | std::string MinioTestServer::ca_file_path() const { |
| 83 | return impl_->temp_dir_ca_->path().ToString() + "/public.crt"; |