У меня проблема с загрузкой докера на сервере Ubuntu.
, если я поставлю:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Я получу:
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Я пытаюсь найти его в Google и пытаюсьнесколько думает как:
sudo apt install apt-transport-https ca-certificates curl software-properties-common
sudo apt-get install ca-certificates
но ничего не помогает, ...
если я делаю
cd /etc/ssl/certs/; wget https://curl.haxx.se/ca/cacert.pem.sha256; shasum -c cacert.pem.sha256; rm -f cacert.pem.sha256
Я получаю:
--2019-06-03 12:19:31-- https://curl.haxx.se/ca/cacert.pem.sha256
Resolving curl.haxx.se (curl.haxx.se)... 151.101.194.49, 151.101.130.49, 151.101.66.49, ...
Connecting to curl.haxx.se (curl.haxx.se)|151.101.194.49|:443... connected.
ERROR: cannot verify curl.haxx.se's certificate, issued by ‘emailAddress=our.email,...OU=..,L=..ST=,..NC=..,O=..C=..’:
Unable to locally verify the issuer's authority.
To connect to curl.haxx.se insecurely, use `--no-check-certificate'.
Как мне это решить, и как мне найти сертификат, который был подписан нашей электронной почтой, ...