Skip to content

[Feature] Location ca-certificates. #670

@Dobrotin

Description

@Dobrotin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions