From 2459be9794933532b743365176f33d1fc04bb596 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 24 May 2023 16:49:56 +0200 Subject: [PATCH] tex: note where to find signing key --- tex/text.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tex/text.tex b/tex/text.tex index e6b18e3..9e45073 100644 --- a/tex/text.tex +++ b/tex/text.tex @@ -379,7 +379,8 @@ OpenSSH (the same ones that can be used to log in to remote systems). The author has, of course, not reused the same key pair that is used to connect to machines for signing commits. A different, \texttt{Ed25519} elliptic curve key pair has been used specifically for signing. A public component of this key is -enclosed to this thesis as an attachment for future reference. +enclosed in this thesis as Appendix~\ref{appendix:signingkey} for future +reference. The validity of a signature on a particular commit can be viewed with git using the following commands (the \% sign denotes the shell prompt):