-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The built-in HTTP client in the SSL certificate verification application uses the default certificate path - /etc/ssl/certs/. However, if the application is running in Entware (in "opt" location), the certificate path is /opt/etc/ssl/certs/, which forces the application to add the paths via environment variables before launching:
export SSL_CERT_FILE=/opt/etc/ssl/certs/ca-certificates.crt
export SSL_CERT_DIR=/opt/etc/ssl/certs/
Is it possible to automatically search for certificate locations (/etc/ssl and /opt/etc/ssl) without export environment variables?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request