You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jone Marius Vignes cb87f29b76 Update certificates to enable self-signed certs (#3708)
Why:

* We are using self-signed ssl certificates for internal services, which results in failures when gitea tries to communicate through webhooks with these. We would like to enable gitea to be able to use these certificates without having to build custom docker images.

How

* We add the internal certificates to /usr/local/share/ca-certificates on the host
* We read-only mount /usr/local/share/ca-certificates from the host to /usr/local/share/ca-certificates in the container 
* We do a update-ca-certificates in the alpine container before starting gitea

This should have no consequence for users that do not have the need to handle self-signed certificates, as update-ca-certificates should be idempotent.
6 years ago
..
profile.d Restructured docker building 8 years ago
s6 Update certificates to enable self-signed certs (#3708) 6 years ago
ssh Fixing multiple docker issues (#386) 8 years ago
templates Fix ordering in app.ini and fix run mode option (#2829) 7 years ago
nsswitch.conf Restructured docker building 8 years ago