part6
This commit is contained in:
parent
87efb6dbf4
commit
30ff38bce4
6 changed files with 120 additions and 0 deletions
BIN
Lab04/documentation/images/part6/private.png
Normal file
BIN
Lab04/documentation/images/part6/private.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
BIN
Lab04/documentation/images/part6/public.png
Normal file
BIN
Lab04/documentation/images/part6/public.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
|
@ -114,6 +114,7 @@
|
|||
\include{part3/part3}
|
||||
\include{part4/part4}
|
||||
\include{part5/part5}
|
||||
\include{part6/part6}
|
||||
|
||||
\printbibliography[title=Literaturverzeichnis]
|
||||
|
||||
|
|
32
Lab04/documentation/part6/part6.tex
Normal file
32
Lab04/documentation/part6/part6.tex
Normal file
|
@ -0,0 +1,32 @@
|
|||
\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.7\textwidth]{part6/private}
|
||||
\caption{Private Key}
|
||||
\label{fig:Private Key}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\begin{center}
|
||||
\includegraphics[width=0.7\textwidth]{part6/public}
|
||||
\caption{Public Key}
|
||||
\label{fig:Public Key}
|
||||
\end{center}
|
||||
\end{figure}
|
Reference in a new issue