'Initial' checkin

This commit is contained in:
2021-04-14 15:43:49 -05:00
parent 3c868968fd
commit 1d5075c232
16 changed files with 1084 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
# Cl-Gemini
## Usage
## Installation
To generate an SSL cert, something like this should work:
openssl req -new -subj "/CN=*.example.com" -addext "subjectAltName = DNS:example.com, DNS:*.example.com" -x509 -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 -days 1825 -nodes -out cert.pem -keyout key.pem