SSL Zertifikate
Posted: Sun 28. Mar 2021, 18:40
Hi, ich habe mir Wiki.js aufgespielt! Das Problem ist nur, dass die SSL Dateien anders erzeugt werden, wie Wiki.js verlangt:
Wiki.js Config (Abteil für SSL)
Zertifikate
Wiki.js Config (Abteil für SSL)
Code: Select all
sslOptions:
auto: true
# rejectUnauthorized: false
# ca: path/to/ca.crt
# cert: path/to/cert.crt
# key: path/to/key.pem
# pfx: path/to/cert.pfx
# passphrase: xyz123