From 8492032ff9e0d05f1c933df04fb1877e3867221d Mon Sep 17 00:00:00 2001 From: "reaction.la" Date: Sat, 21 Sep 2024 02:17:46 +0000 Subject: [PATCH] minor correction on setup.md --- .gitmodules | 6 +++--- docs/setup/set_up_build_environments.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index a63383b..a3d1b17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "libsodium"] path = libsodium - url = ../libsodium.git + url = gitea@gitea.rho.la:cheng/libsodium.git branch = rho-fork [submodule "mpir"] path = mpir - url = ../mpir.git + url = gitea@gitea.rho.la:cheng/mpir.git branch = rho-fork [submodule "wxWidgets"] path = wxWidgets - url = ../wxWidgets.git + url = gitea@gitea.rho.la:cheng/wxWidgets.git branch = rho-fork diff --git a/docs/setup/set_up_build_environments.md b/docs/setup/set_up_build_environments.md index a007534..6701fd0 100644 --- a/docs/setup/set_up_build_environments.md +++ b/docs/setup/set_up_build_environments.md @@ -254,7 +254,7 @@ ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key Note that visual studio remote compile requires an `ecdsa-sha2-nistp256` key on the host machine that it is remote compiling for. If it is nist, it is backdoored -To change the snake oil certificate: +To change the snake oil certificate created and used by `xrdp`: ```bash make-ssl-cert generate-default-snakeoil --force-overwrite