'Initial' checkin
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user