mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Merge pull request #608 from adorableGNU/patch-1
better handling of custom certificates
This commit is contained in:
@@ -106,9 +106,10 @@ Known Issues
|
||||
|
||||
**Problem:** Certificate warnings
|
||||
|
||||
**Solution:** If you use a self-signed certificate, you will get a warning. If you are willing to take the risk of a man in the middle attack, run this command instead::
|
||||
|
||||
echo "y" | mount ~/owncloud > /dev/null 2>&1
|
||||
**Solution:** If you use a self-signed certificate, you will get a warning. To change this, you need to adress the "pem"-file of your certificate.
|
||||
At first copy ``mycertificate.pem`` to - for example - ``/etc/davfs2/certs/``. After that edit :file:`/etc/davfs2/davfs2.conf` and uncomment the line ``servercert`` (or add it).
|
||||
Now add the path of your certificate. In this this example::
|
||||
servercert /etc/davfs2/certs/mycertificate.pem
|
||||
|
||||
Accessing Files Using MAC OSX
|
||||
-----------------------------
|
||||
|
||||
Reference in New Issue
Block a user