]> git.proxmox.com Git - pve-manager.git/commit
Do not use a hardcoded Certificate Authority for https repositories
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 13 Jul 2016 10:17:03 +0000 (12:17 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 17 Aug 2016 10:35:16 +0000 (12:35 +0200)
commit9829cb0dea4e86c2b3c3f624ed5bdf9b273366d4
tree91d77f383ee800ea28a48f120329fd39adcf45ad
parent54b590f0c51f3a592ddf9c009d358d94489f5a23
Do not use a hardcoded Certificate Authority for https repositories

Instead we will the use the CA certificate provided by the
ca-certificates packages, which is now a mandatory depency of
pve-manager since 067d24db982be44ff64cb5eb61a3297bba6afdc9 and
pve-manager 4.2-17. This change allows us in the future to
use different CA for our https repositories.

This changed has been tested OK with the following combination:
 * https repository using a StartCom certificate: works
 * https repository using a Let's encrypt certificate: works

User visible changes:
 * none : the new configuration file 75pveconf silently
 overwrites the olderone, except if local changes were made
 in which case you're presented with the traditional debian menu
 (keep local/ use packager version/ diff / open a shell)
Makefile
debian/conffiles
pve-apt.conf