[pve-devel] Fix for chained certificates in pve-ssl.pem
Dietmar Maurer
dietmar at proxmox.com
Wed May 29 16:22:36 CEST 2013
> How to make changes to a patch?
We use 'quilt' for those patches. But feel free to send the changed file.
> compiling vncterm.git is not possible due to the following in the
> Makefile:
> KEYSTORE=/home/dietmar/pve2-proxdev/proxmox-dev/proxmox-
> java.keystore
Sure, because we need to signe the applet.
> So I have attached a file containing what the patch should look like.
+ if (!ca_match && !pvecert.equals(certs[0])) {
We still compare with certs[0] - maybe we should compare with all certs instead? Or
is there a define order for those certs?
More information about the pve-devel
mailing list