Update Community_FAQ.md (#254)

Fixed spelling mistakes in the "SSL section"
Fixed formatting in the "SSL section"
pull/256/head
arch1mede 3 years ago committed by GitHub
parent b5b3586f18
commit 62f539b5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,11 +142,11 @@ rm -rf /var/cache/pacman/pkg/*
### How do I add my own SSL cert?
- If you have a certificate(**Making a cert falls outside the scope of PIKVM - Please reference Linux documentation**), replace the public key in /etc/kvmd/nginx/ssl/server.crt and private key in /etc/kvmd/nginx/ssl/server.key and restart the kvmd-nginx service.
- It shoukd look like the following:
- It should look like the following:
```
cd /etc/kvmd/nginx
[root@pikvm nginx]# cat ssl.conf
cat ssl.conf (Expection of what's inside the file)
ssl_protocols TLSv1.3 TLSv1.2 TLSv1.1 TLSv1;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
ssl_certificate /etc/kvmd/nginx/ssl/server.crt;

Loading…
Cancel
Save