1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +00:00

use tls configuration in server and provider

This commit is contained in:
Falk Werner
2023-01-14 23:58:22 +01:00
parent 412c1f9a51
commit f12f461154
12 changed files with 156 additions and 23 deletions

7
script/create_cert.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
openssl req -x509 -newkey rsa:4096 \
-keyout server-key.pem \
-out server-cert.pem \
-days 365 -nodes -batch \
-subj /CN=localhost