Open hickeng opened 8 years ago
Add a form of certificate revocation to the VCH.
The two most obvious approaches both involve proving the VCH with a URL for the following:
I do not think Go has built in support for certificate revocation so this is likely to be an involved piece of work.
https://bugzilla.eng.vmware.com/show_bug.cgi?id=1727653
If we do this I think we should engage with Go community about adding revocation support to the TLS implementation & certificate packages rather than hack it into place in the personality code. This is an opportunity for community give-back
Open question: Are a sufficient percentage of VCHs deployed such that they have access to the public Internet?
Add a form of certificate revocation to the VCH.
The two most obvious approaches both involve proving the VCH with a URL for the following:
I do not think Go has built in support for certificate revocation so this is likely to be an involved piece of work.
https://bugzilla.eng.vmware.com/show_bug.cgi?id=1727653
If we do this I think we should engage with Go community about adding revocation support to the TLS implementation & certificate packages rather than hack it into place in the personality code. This is an opportunity for community give-back