Skip to content

Handle ca certificate on ubuntu #197

@mvalarh

Description

@mvalarh

Ca certificate is located in different place then it is set in Makefile Can you do following change?

 ca-bundle.crt:
-       @cp -f /etc/pki/tls/certs/ca-bundle.crt .
+       [ -f /etc/pki/tls/certs/ca-bundle.crt ] && cp -f /etc/pki/tls/certs/ca-bundle.crt . || true
+       [ -f /etc/ssl/certs/ca-certificates.crt ] && cp -f /etc/ssl/certs/ca-certificates.crt ca-bundle.crt || true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions