aboutsummaryrefslogtreecommitdiff
path: root/slides/2018-ct-intro/src/your-role.tex
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-10-15 15:35:20 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-10-15 15:35:45 +0200
commit76bae02bcd7d6b3ec9eea428e5e95da184a8dbfb (patch)
tree410ab71c78c99d35aecd46733958a5699cdf5204 /slides/2018-ct-intro/src/your-role.tex
parent883a67439aff566962adafeb0385c6ae972073a3 (diff)
Rescue some slides from old private mono repos
Diffstat (limited to 'slides/2018-ct-intro/src/your-role.tex')
-rw-r--r--slides/2018-ct-intro/src/your-role.tex54
1 files changed, 54 insertions, 0 deletions
diff --git a/slides/2018-ct-intro/src/your-role.tex b/slides/2018-ct-intro/src/your-role.tex
new file mode 100644
index 0000000..8ce8a65
--- /dev/null
+++ b/slides/2018-ct-intro/src/your-role.tex
@@ -0,0 +1,54 @@
+\begin{frame}
+ \frametitle{Ensure that your web solutions get the padlock}
+ \centering
+ \includegraphics[width=\textwidth]{img/le}
+
+ \vfill
+ \begin{itemize}
+ \item There is a dedicated CT log for Let's Encrypt!
+ \end{itemize}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Inspect certificates interactively}
+ \centering
+ \includegraphics[width=\textwidth]{img/monitor-comodo}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Inspect certificates interactively (cont.)}
+ \centering
+ \includegraphics[height=0.85\textheight]{img/monitor-facebook2}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Sign up for certificate notifications}
+ \centering
+ \includegraphics[width=\textwidth]{img/monitor-facebook}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Sign up for certificate notifications (cont.)}
+ \centering
+ \includegraphics[width=\textwidth]{img/monitor-sslmate}
+\end{frame}
+
+\begin{frame}
+ \frametitle{Get your hands dirty by running your own CT monitor}
+ \begin{itemize}
+ \item Continiously fetch certificates from all logs
+ \begin{itemize}
+ \item Rest API\footnote{
+ \scriptsize{\url{https://tools.ietf.org/html/rfc6962}}
+ }
+ \item Certstream\footnote{%
+ \scriptsize{\url{https://github.com/CaliDog/certstream-server}}
+ }
+ \end{itemize}
+ \item Verify cryptographic properties
+ \begin{itemize}
+ \item Is yesterday's log included in today's log?
+ \item Are promises of inclusion honored?
+ \end{itemize}
+ \end{itemize}
+\end{frame}