commit 589eb3cc734ceedea715bb536de06f56699a0f68
parent 4c5ee84654dbbb3296f89c4b58cd6a73865d557b
Author: Florian Dold <florian@dold.me>
Date: Mon, 27 Feb 2023 12:03:59 +0100
-split slide
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/presentations/comprehensive/sic.tex b/presentations/comprehensive/sic.tex
@@ -2287,6 +2287,12 @@ The exchange needs keys to be available for online signing.
\begin{frame}{Online keys}
+\begin{center}
+\includegraphics[width=0.9\textwidth]{taler-diagram-signatures.png}
+\end{center}
+\end{frame}
+
+\begin{frame}{Online keys}
The exchange needs keys to be available for online signing:
\begin{itemize}
\item Knowledge of these private keys will allow an adversary to
@@ -2296,9 +2302,6 @@ The exchange needs keys to be available for online signing:
\item The corresponding public keys are certified using
Taler's public key infrastructure (which uses offline-only keys).
\end{itemize}
-\begin{center}
-\includegraphics[width=0.5\textwidth]{taler-diagram-signatures.png}
-\end{center}
\vfill
{\tt taler-exchange-offline} can also be used to {\bf revoke} the
online signing keys, if we find they have been compromised.