Skip to content

Commit

Permalink
dnc/config: use default server path in dnc.yaml
Browse files Browse the repository at this point in the history
On installation, this file is installed in server folder, so using
the default path is more convenient. On client-side, this file is not
copied, it's created by dhtnet-crtmgr with the correct path.

Change-Id: I4be51909bed5b579369d5df818e0d01fe11ec3bb
  • Loading branch information
loulou123546 committed Jul 30, 2024
1 parent b3eb73a commit 1d0be55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dnc/dnc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ enable_upnp: true

# On server, identities are saved in /etc/dhtnet/id/
# On client, identities are saved in ~/.dnc/
#certificate: "to/your/certificate.crt"
#privateKey: "to/your/privatekey.pem"
#certificate: "/etc/dhtnet/id/id-server.crt"
#privateKey: "/etc/dhtnet/id/id-server.pem"


##########################
Expand Down

0 comments on commit 1d0be55

Please sign in to comment.