This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syno:dsm7inst [2026/08/22 18:18] – [Upgrade from DSM 6.4] Bernard Condrau | syno:dsm7inst [2026/08/22 19:44] (current) – [KMIP for key management] Bernard Condrau | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * Upload the downloaded update file in //Control Panel --> Update & Restore --> Manual DSM Update// and start the update | * Upload the downloaded update file in //Control Panel --> Update & Restore --> Manual DSM Update// and start the update | ||
| * The update should run without issues, after which there are a few extensions which are obsolete and which you can uninstall | * The update should run without issues, after which there are a few extensions which are obsolete and which you can uninstall | ||
| + | |||
| + | ===== KMIP for key management ===== | ||
| + | * Follow the guide to install [[https:// | ||
| + | * What this guide does not mention is how to generate working certificates for DSM 7.4 and later, which hardened the certificate requirements. You will generate matching certificates from an official Synology script, which will be installed alongside the default certificates, | ||
| + | - The default, out-of-the-box self-signed Synology certificate will fail on DSM 7.4 | ||
| + | - Login to your NAS on the command line with SSH and elevate to root | ||
| + | - Download Synology' | ||
| + | - Run the script as root:< | ||
| + | - Upload the generated scripts in ''/ | ||
| + | - The script will generate the following certificates:< | ||
| + | ca.pem | ||
| + | client-fullchain.pem | ||
| + | client-key.pem | ||
| + | client.pem | ||
| + | server-fullchain.pem | ||
| + | server-key.pem | ||
| + | server.pem</ | ||
| + | - On the server NAS | ||
| + | * go to //Control Panel > Security > Certificate// | ||
| + | * Click //Add//, choose //Import Certificate//, | ||
| + | * Private key: '' | ||
| + | * Certificate: | ||
| + | * Leave Intermediate certificate empty | ||
| + | * Click Settings (in the Certificate tab), find the //KMIP dropdown menu//, select this new server certificate, | ||
| + | * Go to //Control Panel > Security > KMIP// and select //Set as remote key server// | ||
| + | * Under //Manage Client Connection//, | ||
| + | * Upload the client files you generated: | ||
| + | * Client certificate: | ||
| + | * Certificate authority: '' | ||
| + | * Add a port forward for port 5696 to your server NAS | ||
| + | - On the client NAS | ||
| + | * go to //Control Panel > Security > Certificate// | ||
| + | * Click //Add//, choose //Import Certificate//, | ||
| + | * Private key: '' | ||
| + | * Certificate: | ||
| + | * Leave Intermediate certificate empty | ||
| + | * Click Settings (in the Certificate tab), find the //KMIP dropdown menu//, select this new client certificate, | ||
| + | * Go to //Control Panel > Security > KMIP// and select //Set as remote key client// | ||
| + | * Enter the server' | ||
| + | * Upload the certificate authority file '' | ||
| + | |||
| + | === Links === | ||
| + | * [[https:// | ||
| + | * [[https:// | ||