Fix path to snipeit-ssl.crt (#2428)
This commit is contained in:
parent
7edf1db101
commit
8232cefbba
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
# when the CA certificates are directly appended to the server
|
# when the CA certificates are directly appended to the server
|
||||||
# certificate for convinience.
|
# certificate for convinience.
|
||||||
#SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt
|
#SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt
|
||||||
SSLCertificateChainFile /etc/ssl/private/snipeit-ssl.crt
|
SSLCertificateChainFile /var/lib/snipeit/ssl/snipeit-ssl.crt
|
||||||
|
|
||||||
# Certificate Authority (CA):
|
# Certificate Authority (CA):
|
||||||
# Set the CA certificate verification path where to find CA
|
# Set the CA certificate verification path where to find CA
|
||||||
|
|
Loading…
Add table
Reference in a new issue