Unverified Commit e1a69d44 authored by ftorto's avatar ftorto Committed by GitHub
Browse files

Update faq.md (#1299)

Fix a typo in the CA update command
parent 3d620f94
...@@ -139,7 +139,7 @@ Ensure the certificate is installed as a system certificate when using HTTPS. Th ...@@ -139,7 +139,7 @@ Ensure the certificate is installed as a system certificate when using HTTPS. Th
```dockerfile ```dockerfile
FROM ollama/ollama FROM ollama/ollama
COPY my-ca.pem /usr/local/share/ca-certificates/my-ca.crt COPY my-ca.pem /usr/local/share/ca-certificates/my-ca.crt
RUN update-ca-certificate RUN update-ca-certificates
``` ```
Build and run this image: Build and run this image:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment