From 69f1bdba2b4eb0383d3cbbafe1a4d90a352f3f19 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 28 Jan 2021 07:26:08 +0100 Subject: initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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.** -- cgit v1.2.3