mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-11-26 05:00:18 +00:00
added new subsection: 'Build your own Certificate Authority'
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
9700fc3a34
commit
4085223ef4
1 changed files with 6 additions and 1 deletions
|
@ -422,7 +422,6 @@ performance of any of your sites from across the globe.<br>
|
|||
:small_orange_diamond: <a href="https://media.defcon.org/DEF%20CON%2026/"><b>DEF CON Media Server</b></a> - great stuff from DEFCON 26.<br>
|
||||
:small_orange_diamond: <a href="https://labs.ripe.net/Members/cteusche/bgp-meets-cat"><b>BGP Meets Cat</b></a> - after 3072 hours of manipulating BGP, Job Snijders has succeeded in drawing a Nyancat.<br>
|
||||
:small_orange_diamond: <a href="https://robertheaton.com/2018/11/28/https-in-the-real-world/"><b>HTTPS in the real world</b></a> - great tutorial explain how HTTPS works in the real world.<br>
|
||||
:small_orange_diamond: <a href="https://jamielinux.com/docs/openssl-certificate-authority/"><b>OpenSSL Certificate Authority</b></a> - build your own certificate authority (CA) using the OpenSSL command-line tools.<br>
|
||||
:small_orange_diamond: <a href="https://medium.com/@_bl4de/hidden-directories-and-files-as-a-source-of-sensitive-information-about-web-application-84e5c534e5ad"><b>Hidden directories</b></a> - hidden directories and files as a source of sensitive information about web application.<br>
|
||||
:small_orange_diamond: <a href="http://www.catb.org/esr/faqs/hacker-howto.html"><b>How To Become A Hacker</b></a> - if you want to be a hacker, keep reading.<br>
|
||||
:small_orange_diamond: <a href="http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/"><b>Operation Costs in CPU</b></a> - an infographics which should help to estimate costs of certain operations in CPU clocks.<br>
|
||||
|
@ -646,6 +645,12 @@ Linux Security Expert</b></a> - trainings, howtos, checklists, security tools an
|
|||
:small_orange_diamond: <a href="org"><b>DNS Privacy Server</b></a> - running your own DoT or DoH server this page provides some ideas.<br>
|
||||
</p>
|
||||
|
||||
###### Build your own Certificate Authority
|
||||
|
||||
<p>
|
||||
:small_orange_diamond: <a href="https://jamielinux.com/docs/openssl-certificate-authority/"><b>OpenSSL Certificate Authority</b></a> - build your own certificate authority (CA) using the OpenSSL command-line tools.<br>
|
||||
</p>
|
||||
|
||||
###### TOP 10 Browser extensions
|
||||
|
||||
| <b><u>Extension name</u></b> | <b><u>Description</u></b> |
|
||||
|
|
Loading…
Reference in a new issue