Skip to content

Commit

Permalink
Add GitHub styling to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Vogel committed Mar 12, 2024
1 parent 7a4ae9b commit 9b457d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

# certspook

This project is an experiment to determine if one could use eBPF to reliably capture enough TLS connection details in order to determine which remote certificates a system relies upon.
Expand Down

0 comments on commit 9b457d5

Please sign in to comment.