This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb13:kmip_server_pykmip [2026/08/21 14:42] – Bernard Condrau | deb13:kmip_server_pykmip [2026/08/21 14:52] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * Verify the installation:< | * Verify the installation:< | ||
| * Create folder ''/ | * Create folder ''/ | ||
| + | * Start the server:< | ||
| + | * The configuration file:< | ||
| + | host = 127.0.0.1 | ||
| + | port = 5696 | ||
| + | certificate_path = ./ | ||
| + | key_path = ./ | ||
| + | ca_path = ./ | ||
| + | auth_suite = TLS1.2 | ||
| + | logging_level = INFO | ||
| + | database_path=/ | ||
| + | |||
| + | |||
| + | check | ||
| + | * < | ||
| + | sudo chmod -R o+rx / | ||
| + | * < | ||