SchoolWork-LaTeX/网络安全基础/实验报告/实验九.tex

51 lines
2.2 KiB
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper]{ctexart}
\input{mypreamble}
\renewcommand{\mychapternum}{9}
\renewcommand{\mylabname}{Linux身份认证管理}
\renewcommand{\mydate}{2024年5月21日}
\begin{document}
\mytitle
\begin{enumerate}
\myitem{实验目的}{
\item Linux环境下使用openssl制作CA
\item Linux环境下CA的日常操作
\item Linux环境下CA签发数字证书
}
\myitem{实验设备}{
\item 49.52.5.80 上的虚拟机
}
\myitem{实验原理}{
\item Linux身份认证管理、PKI
}
\myitem{实验结果总结}{
\item 本实验在Linux中使用openssl命令实现了CA的建立用户申请证书的请求CA对请求进行验证和颁发证书CA吊销证书以及公布证书吊销列表等操作。学会独立创建自签名证书后对日常的服务器维护非常有帮助。
}
\myitem{实验步骤}{
\centering
\item Linux环境下使用openssl制作CA
\includegraphics[width=1\linewidth]{imgs/2024-05-21-09-54-21.png}
可以看到操作机似乎并不是Kali。
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-04-10.png}
\includegraphics[height=1\textheight]{imgs/2024-05-21-10-09-51.png}
\includegraphics[height=1\textheight]{imgs/screen_shot_1716257454007.png}
\item Linux环境下CA的日常操作
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-23-04.png}
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-24-57.png}
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-26-59.png}
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-28-34.png}
\includegraphics[height=1\textheight]{imgs/2024-05-21-10-30-02.png}
\includegraphics[height=1\textheight]{imgs/screen_shot_1716258740491.png}
\item Linux环境下CA签发数字证书
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-41-09.png}
\includegraphics[width=1\linewidth]{imgs/2024-05-21-10-44-33.png}
\includegraphics[height=1\textheight]{imgs/2024-05-21-10-46-41.png}
\includegraphics[height=1\textheight]{imgs/screen_shot_1716259651372.png}
}
\end{enumerate}
\end{document}