This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
swb6-it-sec/Lab04/documentation/part6/part6.tex
2022-06-08 16:26:04 +02:00

32 lines
777 B
TeX

\section{Part 6: Certificate Authority}
\subsection{Erstellen der keys}
\begin{verbatim}
openssl req -config /etc/ssl/openssl.cnf -newkey rsa:4096 -days 3650 -x509 -out
myroot.cer -keyout myroot.key
\end{verbatim}
\begin{verbatim}
PEM pass phrase: Florian
Input: DE, BW, Esslingen, HS-Esslingen, Informationstechnik,
pony-ca, admin@pony-ca.de
\end{verbatim}
\subsection{Die Keys untersuchen}
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.8\textwidth]{part6/private}
\caption{Private Key}
\label{fig:Private Key}
\end{center}
\end{figure}
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\textwidth]{part6/public}
\caption{Public Key}
\label{fig:Public Key}
\end{center}
\end{figure}