docs: add info that SSL_CERT_FILE works on Unix systems other than macOS only (#9772)

This commit is contained in:
DmitriyLewen
2025-11-10 15:35:24 +06:00
committed by GitHub
parent 14ecdb5696
commit 0487d8efd8

View File

@@ -78,7 +78,7 @@ Common mistakes include the following, depending on where you are pulling images
$ TRIVY_INSECURE=true trivy image [YOUR_IMAGE]
```
Alternatively, you can specify the location of your certificate using `SSL_CERT_FILE` or `SSL_CERT_DIR` environment variables.
On Unix systems other than macOS, you can specify the location of your certificate using `SSL_CERT_FILE` or `SSL_CERT_DIR` environment variables.
```
$ SSL_CERT_FILE=/path/to/cert trivy image [YOUR_IMAGE]