Added by Vano Beridze over 9 years ago
I’m following packaged installation guide located at
https://www.openproject.org/open-source/packaged-installation/packaged-installation-guide/
OS is CentOS 7
When I ran the command
rpm —import https://rpm.packager.io/key
it produced the following output:
curl: (60) Peer’s certificate issuer has been marked as not trusted by the user.
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a “bundle”
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn’t adequate, you can specify an alternate file
using the —cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you’d like to turn off curl’s verification of the certificate, use
the -k (or —insecure) option.
error: https://rpm.packager.io/key: import read failed(2).
How should I proceed?
Replies (1)
The certificate chain used by packager doesn’t seem to be trusted on your system.
Please access https://rpm.packager.io/key manually and save the key to a file.
Then, load the key with
rpm --import /path/to/saved/key
Best,
Oliver