19 lines
605 B
TeX
19 lines
605 B
TeX
\addchap{Anhang} % Add non-numbered chapter for attachments
|
|
|
|
\begin{figure*}[ht]
|
|
\centering
|
|
\frame{\includegraphics[trim=0 120 0 20,clip,width=\textwidth]{img/Abt-I-Architektur-2018.pdf}}
|
|
\caption{Dokumentation Netzarchitektur der Abteilung Informatik}
|
|
\label{fig:topology_provided_full}
|
|
\end{figure*}
|
|
|
|
|
|
\section*{OpenVPN Clientkonfiguration}
|
|
\lstinputlisting[]{./openvpn-config/client.conf}
|
|
|
|
\section*{OpenVPN Serverkonfiguration}
|
|
\lstinputlisting[]{./openvpn-config/server.conf}
|
|
|
|
% Input the existing documentation of the CA which may also be compiled seperately (soon(tm))
|
|
%\input{./CA-DOC-Inhalt.tex}
|