This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syno:dsm7inst [2026/08/22 19:11] – [KMIP for key management] Bernard Condrau | syno:dsm7inst [2026/08/22 19:44] (current) – [KMIP for key management] Bernard Condrau | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== KMIP for key management ===== | ===== KMIP for key management ===== | ||
| * Follow the guide to install [[https:// | * 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, | + | * 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 | - 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 | - Login to your NAS on the command line with SSH and elevate to root | ||
| Line 14: | Line 14: | ||
| - Run the script as root:< | - Run the script as root:< | ||
| - Upload the generated scripts in ''/ | - Upload the generated scripts in ''/ | ||
| - | - The script will generate the following certificates:< | + | - 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 | - On the server NAS | ||
| * go to //Control Panel > Security > Certificate// | * go to //Control Panel > Security > Certificate// | ||
| Line 29: | Line 36: | ||
| * Add a port forward for port 5696 to your server NAS | * Add a port forward for port 5696 to your server NAS | ||
| - On the client 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// | * Go to //Control Panel > Security > KMIP// and select //Set as remote key client// | ||
| * Enter the server' | * Enter the server' | ||
| * Upload the certificate authority file '' | * Upload the certificate authority file '' | ||
| + | === Links === | ||
| + | * [[https:// | ||
| + | * [[https:// | ||