git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2021-01-28 07:26:08 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2021-01-28 07:26:08 +0100
commit69f1bdba2b4eb0383d3cbbafe1a4d90a352f3f19 (patch)
treef11ae02f7c19574818589aa84ffaa2ddd0b32731 /README.md
downloadnvidia-signdriver-69f1bdba2b4eb0383d3cbbafe1a4d90a352f3f19.tar.bz2
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d714b31
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Content
+
+This directory is here for three purposes:
+
+1. Create an x509 key/cert pair with which we can sign the proprietary NVIDIA
+ drivers (since it's proprietary black box crap plus coming from a tertiary
+ repository, RPMfusion, it's understandably not signed by Fedora themselves)
+2. Import the resulting x509 public certificate into the UEFI MOK store
+2. Sign the proprietary NVIDIA drivers
+
+For now, we will create a self-signed certificate. Future versions may include
+the option to generate a CSR and throw this at your PKI. :-)
+
+Also, **this code is written rather quickly. If in doubt, derive from the
+scripts.**