3.4.2.2.3. Adding permissions on the certificate
  1. In order to add permissions on the certificate, run the Windows Certificate Manager (Windows-key + R-key -> certlm.msc ).

  2. Under Certificates - Local Computer -> Personal -> Certificate you can see the generated self-signed certificate.

  3. Right-click on the certificate and select All tasks -> Manage Private Keys....

    -> The Security window will popup.

  4. Click Add to add a local server user (in this case user "root") to the list of users that have permissions to use the certificate.

  5. In the Select Users or Groups window, enter the username (in this case user "root") in the box Enter the object names to select and select Check Names.

    We should get an output in the Enter the object names to select box in the format "HOSTNAME\username" as in this example "TESTSERVER-01\root" after you have selected Check Names.

    [Note]Note

    The hostname has a limit of 16 ASCII character because of NetBIOS compatibility. In case you have a hostname longer then 16 character the output in Enter the object names to select for the hostname will be only first 16 characters \username.

    If this was done in a domain environment the output would be: „Name (username@domain)“. For example: „user name (i.cabraja@cadenas.de)“

  6. Select OK

    -> In the security window, you will have user root on the list under Groups or user names with permissions Allow for Full control and Read.

  7. Select OK and permissions on the certificate for the user "root" have been successfully added.