aboutsummaryrefslogtreecommitdiff
path: root/slides/2019-ctga/src/background.tex
blob: 49d5e94e31b905dc29651ac23e83af6b751f8b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\begin{frame}
  \frametitle{Certificate Transparency---in short CT}
  \centering
  \begin{columns}
    \begin{column}{0.45\textwidth}
      \begin{itemize}
        \item Goal is to detect mis-issuance
        \item Publicly log all certificates
        \item Clients require proof of logging
      \end{itemize}
    \end{column}
    \begin{column}{0.55\textwidth}
      \centering
      \includegraphics[width=0.8\textwidth]{img/ct}
      \scriptsize{\url{https://www.certificate-transparency.org/what-is-ct}}
    \end{column}
  \end{columns}
  \pause
  \vfill
  \alert{How do you know if you see the same log?}
\end{frame}