changed the name of the cafile

This commit is contained in:
sose 2020-12-24 03:56:14 +00:00
parent 684c84693d
commit 2c8ab06883
3 changed files with 4 additions and 3 deletions

View File

@ -143,7 +143,7 @@ class CA:
crl: x509.CertificateRevocationList
cert_path: str = cert_dir + "/ca.cert.pem"
cert_path: str = cert_dir + "/ca.cert"
key_path: str = cert_dir + "/ca.key"
crl_path: str = cert_dir + "/ca.crl"

View File

@ -2,7 +2,7 @@
"templateDir": "config/templates",
"auth": {
"certDir": "certs",
"caCert": "certs/ca.cert.pem",
"caCert": "certs/ca.cert",
"caKey": "certs/ca.key",
"caCRL": "certs/ca.crl"
},

View File

@ -65,7 +65,8 @@ live @ gemini://illegaldrugs.net/cgi-bin/motm
- once you're done, `^C` to exit
- copy the 'motm.cgi' file to your cgi-bin
- edit the 'motm.cgi' file so that it points to the repo you cloned earlier
- start your server
- start your server, making sure to specify the newly created 'certs/ca.cert'
as your cafile
### moderating motm
- moderating your messageboard is done through the 'cli.py' script