Hi everyone,
I’ve promoted successfully my drone server to HTTPS on a local domain with a self signed certificate.
Then, I’ve updated my linux agent running script to avoid the following error: x509: certificate signed by unknown authority. I’ve just changed DRONE_SERVER_PROTO from HTTP to HTTPS and added the following line:
--volume=/home/.../rootCA.pem:/etc/ssl/certs/rootCA.pem
I also have windows agent (drone/agent:windows-1803-amd64) and I don’t know how to add my rootCA.pem to avoid the error above.
Do you have any ideas ?
Thanks for your help.